Crafting using Any Gold Ingot, Any Gold Ingot, Any Gold Ingot and Pole, arranged in the pattern shown. Produces Golden Scythe.
item· Other
Golden Scythe
Spartan Weaponry · by ObliviousSpartan
Golden Scythe is a item from Spartan Weaponry, crafted from Any Gold Ingot and Pole.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:golden_scythe- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/golden_weapons spartanweaponry:items/scythes
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"## ",
" #",
" / "
],
"ingredients": {
"#": {
"tag": "forge:ingots/gold"
},
"/": {
"item": "spartanweaponry:pole"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"scythe"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:scythe",
"experience": null,
"cooking_time": null
}