Crafting using Handle, Bluebright Stick, Ersatz Leather, Bluebright Stick, String, Ersatz Leather, String and String, arranged in the pattern shown. Produces Leather Longbow.
item· Other
Leather Longbow
Spartan Weaponry · by ObliviousSpartan
Leather Longbow is a item from Spartan Weaponry, crafted from Handle, Bluebright Stick, Ersatz Leather, and String.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:leather_longbow- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (3)
spartanweaponry:items/leather_weapons spartanweaponry:items/longbows spartanweaponry:items/skeleton_spawn_longbows
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"|/#",
"/ ~",
"#~~"
],
"ingredients": {
"#": {
"tag": "forge:leather"
},
"/": {
"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
}