Insulated HV Cable
techreborn:insulated_hv_cable

Insulated HV Cable

Tech Reborn · by Team Reborn, modmuss50, drcrazy
block

Acquisition

Crafting using Rubber, Rubber, Rubber, Rubber, Refined Iron Ingot, Rubber, Rubber, Rubber and Rubber, arranged in the pattern shown. Produces 4× Insulated HV Cable.

Crafting
Rubber
Rubber
Rubber
Rubber
Refined Iron Ingot
Rubber
Rubber
Rubber
Rubber
Insulated HV Cable Insulated HV Cable ×4 guaranteed

Crafting using Rubber, Rubber and HV Cable, in any arrangement. Produces Insulated HV Cable.

Crafting ⇆ any arrangement
Rubber
Rubber
HV Cable
Insulated HV Cable Insulated HV Cable guaranteed

Mining & drops

sourcecountchanceconditions
Insulated HV Cable1–1100%Survives Explosion

Used in (1)

Crafting using Insulated HV Cable, MV Transformer and Insulated HV Cable, arranged in the pattern shown. Produces HV Transformer.

Crafting
HV Transformer guaranteed

Block drops

dropscountchanceconditions
Insulated HV Cable1–1100%Survives Explosion
Developer reference
Registry name
techreborn:insulated_hv_cable
Namespace
techreborn
Mod ID
techreborn

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "RRR",
    "RIR",
    "RRR"
  ],
  "ingredients": {
    "I": {
      "item": "techreborn:refined_iron_ingot"
    },
    "R": {
      "item": "techreborn:rubber"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "insulated_hv_cable",
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "techreborn:rubber"
    },
    {
      "item": "techreborn:rubber"
    },
    {
      "item": "techreborn:hv_cable"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": "insulated_hv_cable",
  "experience": null,
  "cooking_time": null
}