immersiveengineering:storage_steel

Block of Steel

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Steel Storage BlockSteel Storage BlockPickaxe MineableNeeds Iron Tool

Acquisition

Crafting using Any Steel Ingot, Any Steel Ingot, Any Steel Ingot, Any Steel Ingot, Steel Ingot, Any Steel Ingot, Any Steel Ingot, Any Steel Ingot and Any Steel Ingot, arranged in the pattern shown. Produces Block of Steel.

Crafting
Any Steel Ingot
Any Steel Ingot
Any Steel Ingot
Any Steel Ingot
Steel Ingot
Any Steel Ingot
Any Steel Ingot
Any Steel Ingot
Any Steel Ingot
Block of Steel guaranteed

Crafting using Steel Slab and Steel Slab, arranged in the pattern shown. Produces Block of Steel.

Crafting
Steel Slab
Steel Slab
Block of Steel guaranteed

Mining & drops

sourcecountchanceconditions
Block of Steel1–1100%Survives Explosion

Used in (2)

Crafting using Block of Steel, Block of Steel and Block of Steel, arranged in the pattern shown. Produces 6× Steel Slab.

Crafting
Steel Slab Steel Slab ×6 guaranteed

Crafting using Block of Steel, in any arrangement. Produces 9× Steel Ingot.

Crafting ⇆ any arrangement
Steel Ingot Steel Ingot ×9 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:storage_steel
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (4)
forge:blocks/storage_blocks/steel
forge:items/storage_blocks/steel
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "sss",
    "sis",
    "sss"
  ],
  "ingredients": {
    "i": {
      "item": "immersiveengineering:ingot_steel"
    },
    "s": {
      "tag": "forge:ingots/steel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "s",
    "s"
  ],
  "ingredients": {
    "s": {
      "item": "immersiveengineering:slab_storage_steel"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}