Electrum Spool
createaddition:electrum_spool

Electrum Spool

item Spools

Function

SPOOL Used to store wires. High Current Connects to _high current connectors_. R-Clicking two Connectors Will create a wire link between them, while retaining the _Empty Spool_.

Acquisition

Crafting using Any Electrum Wire, Any Electrum Wire, Empty Spool, Any Electrum Wire and Any Electrum Wire, arranged in the pattern shown. Produces Electrum Spool.

Crafting
Any Electrum Wire
Any Electrum Wire
Empty Spool
Any Electrum Wire
Any Electrum Wire
Electrum Spool Electrum Spool guaranteed
Developer reference
Registry name
createaddition:electrum_spool
Namespace
createaddition
Mod ID
createaddition
Tags (1)
createaddition:items/spools

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " W ",
    "WSW",
    " W "
  ],
  "ingredients": {
    "S": {
      "item": "createaddition:spool"
    },
    "W": {
      "tag": "forge:wires/electrum"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}