LV Energy Input Hatch
modern_industrialization:lv_energy_input_hatch

LV Energy Input Hatch

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

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

Acquisition

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

Crafting
LV Energy Output Hatch
LV Energy Input Hatch LV Energy Input Hatch guaranteed

Crafting using Tin Cable and Basic Machine Hull, arranged in the pattern shown. Produces LV Energy Input Hatch.

Crafting
LV Energy Input Hatch LV Energy Input Hatch guaranteed

Mining & drops

sourcecountchanceconditions
LV Energy Input Hatch1–1100%Survives Explosion

Used in (1)

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

Crafting
LV Energy Input Hatch
LV Energy Output Hatch LV Energy Output Hatch guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
modern_industrialization:lv_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:lv_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:tin_cable"
    },
    "V": {
      "item": "modern_industrialization:basic_machine_hull"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}