MV Energy Input Hatch
modern_industrialization:mv_energy_input_hatch

MV Energy Input Hatch

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

MV Energy Input Hatch is a block from Modern Industrialization, crafted from MV Energy Output Hatch.

Acquisition

Crafting using MV Energy Output Hatch, arranged in the pattern shown. Produces MV Energy Input Hatch.

Crafting
MV Energy Output Hatch
MV Energy Input Hatch MV Energy Input Hatch guaranteed

Crafting using Electrum Cable and Advanced Machine Hull, arranged in the pattern shown. Produces MV Energy Input Hatch.

Crafting
MV Energy Input Hatch MV Energy Input Hatch guaranteed

Mining & drops

sourcecountchanceconditions
MV Energy Input Hatch1–1100%Survives Explosion

Used in (1)

Crafting using MV Energy Input Hatch, arranged in the pattern shown. Produces MV Energy Output Hatch.

Crafting
MV Energy Input Hatch
MV Energy Output Hatch MV Energy Output Hatch guaranteed

Block drops

Drops itself when broken.

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