Gold Spool
createaddition:gold_spool

Gold 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 Gold Wire, Gold Wire, Empty Spool, Gold Wire and Gold Wire, arranged in the pattern shown. Produces Gold Spool.

Crafting
Gold Wire
Gold Wire
Empty Spool
Gold Wire
Gold Wire
Gold Spool Gold Spool guaranteed
Developer reference
Registry name
createaddition:gold_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/gold"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}