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