Large Tank Hatch
modern_industrialization:large_tank_hatch

Large Tank Hatch

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

Large Tank Hatch is a block from Modern Industrialization, crafted from Steel Tank, Pump, and Steel Machine Casing.

Acquisition

Crafting using Steel Tank, Pump and Steel Machine Casing, arranged in the pattern shown. Produces Large Tank Hatch.

Crafting
Large Tank Hatch Large Tank Hatch guaranteed

Mining & drops

sourcecountchanceconditions
Large Tank Hatch1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "t",
    "p",
    "S"
  ],
  "ingredients": {
    "S": {
      "item": "modern_industrialization:steel_machine_casing"
    },
    "p": {
      "item": "modern_industrialization:pump"
    },
    "t": {
      "item": "modern_industrialization:steel_tank"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}