Steel Item Output Hatch
modern_industrialization:steel_item_output_hatch

Steel Item Output Hatch

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

Steel Item Output Hatch is a block from Modern Industrialization, crafted from Steel Machine Casing and Hopper.

Acquisition

Crafting using Steel Machine Casing and Hopper, arranged in the pattern shown. Produces Steel Item Output Hatch.

Crafting
Steel Item Output Hatch Steel Item Output Hatch guaranteed

Crafting using Steel Item Input Hatch, arranged in the pattern shown. Produces Steel Item Output Hatch.

Crafting
Steel Item Input Hatch
Steel Item Output Hatch Steel Item Output Hatch guaranteed

Mining & drops

sourcecountchanceconditions
Steel Item Output Hatch1–1100%Survives Explosion

Used in (1)

Crafting using Steel Item Output Hatch, arranged in the pattern shown. Produces Steel Item Input Hatch.

Crafting
Steel Item Output Hatch
Steel Item Input Hatch Steel Item Input Hatch guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
modern_industrialization:steel_item_output_hatch
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_shaped",
  "pattern": [
    "U",
    "V"
  ],
  "ingredients": {
    "U": {
      "item": "modern_industrialization:steel_machine_casing"
    },
    "V": {
      "item": "minecraft:hopper"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "U"
  ],
  "ingredients": {
    "U": {
      "item": "modern_industrialization:steel_item_input_hatch"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}