Crafting using Ersatz Leather, String, Ersatz Leather, Ersatz Leather, Copper Bolt, Ersatz Leather, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Small Bolt Quiver.
item· Other
Small Bolt Quiver
Spartan Weaponry · by ObliviousSpartan
Small Bolt Quiver is a item from Spartan Weaponry, crafted from Ersatz Leather, String, Copper Bolt, and Any Iron Ingot.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:small_bolt_quiver- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/bolt_quivers spartanweaponry:items/small_quivers
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"L~L",
"L^L",
"###"
],
"ingredients": {
"#": {
"tag": "forge:ingots/iron"
},
"L": {
"tag": "forge:leather"
},
"^": {
"tag": "spartanweaponry:bolts"
},
"~": {
"tag": "forge:string"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"quiver",
"bolts"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}