Energy Cable (Hardened)
powah:energy_cable_hardened

Energy Cable (Hardened)

Powah · by owmii, Technici4n
block Pickaxe Mineable

Energy Cable (Hardened) is a block from Powah, crafted from Dielectric Rod (Horizontal), Energized Steel, and Hardened Capacitor.

Acquisition

Crafting using Dielectric Rod (Horizontal), Dielectric Rod (Horizontal), Dielectric Rod (Horizontal), Energized Steel, Hardened Capacitor, Energized Steel, Dielectric Rod (Horizontal), Dielectric Rod (Horizontal) and Dielectric Rod (Horizontal), arranged in the pattern shown. Produces 12× Energy Cable (Hardened).

Crafting
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Energized Steel
Hardened Capacitor
Energized Steel
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Energy Cable (Hardened) Energy Cable (Hardened) ×12 guaranteed

Crafting using Dielectric Rod (Horizontal), Dielectric Rod (Horizontal), Dielectric Rod (Horizontal), Energy Cable (Basic), Hardened Capacitor, Energy Cable (Basic), Dielectric Rod (Horizontal), Dielectric Rod (Horizontal) and Dielectric Rod (Horizontal), arranged in the pattern shown. Produces 6× Energy Cable (Hardened).

Crafting
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Energy Cable (Basic)
Hardened Capacitor
Energy Cable (Basic)
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Energy Cable (Hardened) Energy Cable (Hardened) ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Energy Cable (Hardened)1–1100%Survives Explosion

Used in (2)

Crafting using Obsidian, Energy Cable (Hardened), Obsidian, Energy Cable (Hardened), Ender Core, Energy Cable (Hardened), Obsidian, Energy Cable (Hardened) and Obsidian, arranged in the pattern shown. Produces 4× Ender Gate (Hardened).

Crafting
Ender Gate (Hardened) Ender Gate (Hardened) ×4 guaranteed

Crafting using Dielectric Rod (Horizontal), Dielectric Rod (Horizontal), Dielectric Rod (Horizontal), Energy Cable (Hardened), Blazing Capacitor, Energy Cable (Hardened), Dielectric Rod (Horizontal), Dielectric Rod (Horizontal) and Dielectric Rod (Horizontal), arranged in the pattern shown. Produces 6× Energy Cable (Blazing).

Crafting
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Energy Cable (Hardened)
Blazing Capacitor
Energy Cable (Hardened)
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Dielectric Rod (Horizontal)
Energy Cable (Blazing) Energy Cable (Blazing) ×6 guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
powah:energy_cable_hardened
Namespace
powah
Mod ID
powah
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ddd",
    "kck",
    "ddd"
  ],
  "ingredients": {
    "c": {
      "item": "powah:capacitor_hardened"
    },
    "d": {
      "item": "powah:dielectric_rod_horizontal"
    },
    "k": {
      "item": "powah:steel_energized"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ddd",
    "tct",
    "ddd"
  ],
  "ingredients": {
    "c": {
      "item": "powah:capacitor_hardened"
    },
    "d": {
      "item": "powah:dielectric_rod_horizontal"
    },
    "t": {
      "item": "powah:energy_cable_basic"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}