Crafting using Handle, Bluebright Stick, Any Diamond Gem, Bluebright Stick, String, Any Diamond Gem, String and String, arranged in the pattern shown. Produces Diamond Longbow.
item· Other
Diamond Longbow
Spartan Weaponry · by ObliviousSpartan
Diamond Longbow is a item from Spartan Weaponry, crafted from Handle, Bluebright Stick, Any Diamond Gem, and String.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: End City Treasure (spartanweaponry) spartanweaponry:end_city_treasure | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
spartanweaponry:diamond_longbow- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/diamond_weapons spartanweaponry:items/longbows
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"|/#",
"/ ~",
"#~~"
],
"ingredients": {
"#": {
"tag": "forge:gems/diamond"
},
"/": {
"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
}