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