Crafting using Handle, Bluebright Stick, Any Iron Ingot, Bluebright Stick, String, Any Iron Ingot, String and String, arranged in the pattern shown. Produces Iron Longbow.
item· Other
Iron Longbow
Spartan Weaponry · by ObliviousSpartan
Iron Longbow is a item from Spartan Weaponry, crafted from Handle, Bluebright Stick, Any Iron Ingot, and 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:iron_longbow- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (3)
spartanweaponry:items/iron_weapons spartanweaponry:items/longbows spartanweaponry:items/skeleton_spawn_longbows
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"|/#",
"/ ~",
"#~~"
],
"ingredients": {
"#": {
"tag": "forge:ingots/iron"
},
"/": {
"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
}