immersiveengineering:blastbrick

Blast Brick

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Pickaxe Mineable

Acquisition

Crafting using Any Nether Brick Ingot, Ash Brick, Any Nether Brick Ingot, Ash Brick, Magma Block, Ash Brick, Any Nether Brick Ingot, Ash Brick and Any Nether Brick Ingot, arranged in the pattern shown. Produces 3× Blast Brick.

Crafting
Blast Brick ×3 guaranteed

Crafting using Blast Brick Slab and Blast Brick Slab, arranged in the pattern shown. Produces Blast Brick.

Crafting
Blast Brick Slab
Blast Brick Slab
Blast Brick guaranteed

Mining & drops

sourcecountchanceconditions
Blast Brick1–1100%Survives Explosion

Used in (2)

Crafting using Blast Brick and Any Steel Plate, in any arrangement. Produces Reinforced Blast Brick.

Crafting ⇆ any arrangement
Reinforced Blast Brick guaranteed

Crafting using Blast Brick, Blast Brick and Blast Brick, arranged in the pattern shown. Produces 6× Blast Brick Slab.

Crafting
Blast Brick Slab Blast Brick Slab ×6 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:blastbrick
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "csc",
    "sms",
    "csc"
  ],
  "ingredients": {
    "c": {
      "tag": "forge:ingots/nether_brick"
    },
    "m": {
      "item": "minecraft:magma_block"
    },
    "s": {
      "tag": "forge:ingots/brick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_blastbrick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}