Steel Boiler
modern_industrialization:steel_boiler

Steel Boiler

Modern Industrialization · by Azercoco, Technici4n
block Pickaxe MineableNeeds Stone Tool

Steel Boiler is a block from Modern Industrialization, crafted from Bronze Boiler and Steel Upgrade.

Acquisition

Crafting using Bronze Boiler and Steel Upgrade, in any arrangement. Produces Steel Boiler.

Crafting ⇆ any arrangement
Bronze Boiler
Steel Upgrade
Steel Boiler Steel Boiler guaranteed

Crafting using Steel Plate, Steel Tank, Steel Plate, Steel Plate, Furnace, Steel Plate, Fire Clay Bricks, Fire Clay Bricks and Fire Clay Bricks, arranged in the pattern shown. Produces Steel Boiler.

Crafting
Steel Boiler Steel Boiler guaranteed

Mining & drops

sourcecountchanceconditions
Steel Boiler1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
modern_industrialization:steel_boiler
Namespace
modern_industrialization
Mod ID
modern_industrialization
Tags (2)
minecraft:blocks/mineable/pickaxe
minecraft:blocks/needs_stone_tool

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "modern_industrialization:bronze_boiler"
    },
    {
      "item": "modern_industrialization:steel_upgrade"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#T#",
    "#F#",
    "BBB"
  ],
  "ingredients": {
    "#": {
      "tag": "c:steel_plates"
    },
    "B": {
      "item": "modern_industrialization:fire_clay_bricks"
    },
    "F": {
      "item": "minecraft:furnace"
    },
    "T": {
      "item": "modern_industrialization:steel_tank"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}