HV to MV Transformer
modern_industrialization:hv_mv_transformer

HV to MV Transformer

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

HV to MV Transformer is a block from Modern Industrialization, crafted from Electrum Cable, Aluminum Cable, and Advanced Machine Hull.

Acquisition

Crafting using Electrum Cable, Electrum Cable, Aluminum Cable, Advanced Machine Hull, Electrum Cable and Electrum Cable, arranged in the pattern shown. Produces HV to MV Transformer.

Crafting
HV to MV Transformer HV to MV Transformer guaranteed

Crafting using MV to HV Transformer, arranged in the pattern shown. Produces HV to MV Transformer.

Crafting
MV to HV Transformer
HV to MV Transformer HV to MV Transformer guaranteed

Mining & drops

sourcecountchanceconditions
HV to MV Transformer1–1100%Survives Explosion

Used in (1)

Crafting using HV to MV Transformer, arranged in the pattern shown. Produces MV to HV Transformer.

Crafting
HV to MV Transformer
MV to HV Transformer MV to HV Transformer guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
modern_industrialization:hv_mv_transformer
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": [
    " OO",
    "IH ",
    " OO"
  ],
  "ingredients": {
    "H": {
      "item": "modern_industrialization:advanced_machine_hull"
    },
    "I": {
      "item": "modern_industrialization:aluminum_cable"
    },
    "O": {
      "item": "modern_industrialization:electrum_cable"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X"
  ],
  "ingredients": {
    "X": {
      "item": "modern_industrialization:mv_hv_transformer"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}