Bronze Item Input Hatch
modern_industrialization:bronze_item_input_hatch

Bronze Item Input Hatch

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

Bronze Item Input Hatch is a block from Modern Industrialization, crafted from Bronze Item Output Hatch.

Acquisition

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

Crafting
Bronze Item Output Hatch
Bronze Item Input Hatch Bronze Item Input Hatch guaranteed

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

Crafting
Bronze Item Input Hatch Bronze Item Input Hatch guaranteed

Mining & drops

sourcecountchanceconditions
Bronze Item Input Hatch1–1100%Survives Explosion

Used in (1)

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

Crafting
Bronze Item Input Hatch
Bronze Item Output Hatch Bronze Item Output Hatch guaranteed

Block drops

Drops itself when broken.

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