EV Energy Output Hatch
modern_industrialization:ev_energy_output_hatch

EV Energy Output Hatch

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

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

Acquisition

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

Crafting
EV Energy Input Hatch
EV Energy Output Hatch EV Energy Output Hatch guaranteed

Crafting using Highly Advanced Machine Hull and Annealed Copper Cable, arranged in the pattern shown. Produces EV Energy Output Hatch.

Crafting
EV Energy Output Hatch EV Energy Output Hatch guaranteed

Mining & drops

sourcecountchanceconditions
EV Energy Output Hatch1–1100%Survives Explosion

Used in (1)

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

Crafting
EV Energy Output Hatch
EV Energy Input Hatch EV Energy Input Hatch guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
modern_industrialization:ev_energy_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"
  ],
  "ingredients": {
    "U": {
      "item": "modern_industrialization:ev_energy_input_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:highly_advanced_machine_hull"
    },
    "V": {
      "item": "modern_industrialization:annealed_copper_cable"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}