Crafting using Gold Wire, Gold Wire, Empty Spool, Gold Wire and Gold Wire, arranged in the pattern shown. Produces Gold Spool.
Gold Spool
Create Crafts & Additions · by MRH0
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
Related items
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
}