Crafting using Handle, Any Wooden Rod, Any Planks, Any Wooden Rod, Any String, Any Planks, Any String and Any String, arranged in the pattern shown. Produces Wooden Longbow.
item· Other
Wooden Longbow
Spartan Weaponry · by ObliviousSpartan
Wooden Longbow is a item from Spartan Weaponry, crafted from Handle, Any Wooden Rod, Any Planks, and Any String.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Village Fletcher (spartanweaponry) spartanweaponry:village_fletcher | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
spartanweaponry:wooden_longbow- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (3)
spartanweaponry:items/longbows spartanweaponry:items/skeleton_spawn_longbows spartanweaponry:items/wooden_weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"|/#",
"/ ~",
"#~~"
],
"ingredients": {
"#": {
"tag": "minecraft:planks"
},
"/": {
"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
}