createbigcannons:steel_block

Block of Steel

Create Big Cannons · by rbasamoyai
block Storage BlocksSteel Storage BlockStorage BlocksSteel Storage BlockPickaxe MineableNeeds Iron Tool

Block of Steel is a storage block from Create Big Cannons, crafted from Steel Ingot.

Acquisition

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

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

Compacting using Molten Steel (810 mB). Produces Block of Steel.

Compacting
Molten Steel (810 mB)
Block of Steel guaranteed

Mining & drops

sourcecountchanceconditions
Block of Steel1–1100%Survives Explosion

Used in (1)

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
createbigcannons:steel_block
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (6)
c:blocks/storage_blocks
forge:blocks/storage_blocks/steel
forge:blocks/storage_blocks
forge:items/storage_blocks/steel
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_iron_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "###",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "createbigcannons:steel_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "create:compacting",
  "pattern": null,
  "ingredients": {
    "amount": 810,
    "fluidTag": "forge:molten_steel"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}