Slag Brick Wall
immersiveengineering:wall_slag_brick

Slag Brick Wall

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

Acquisition

Crafting using Slag Bricks, Slag Bricks, Slag Bricks, Slag Bricks, Slag Bricks and Slag Bricks, arranged in the pattern shown. Produces 6× Slag Brick Wall.

Crafting
Slag Brick Wall Slag Brick Wall ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Slag Brick Wall1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:wall_slag_brick
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/walls

Recipe JSON (2):

{
  "recipe_type": "minecraft:stonecutting",
  "pattern": null,
  "ingredients": {
    "item": "immersiveengineering:slag_brick"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "sss",
    "sss"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slag_brick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}