Crafting using Ersatz Leather, String, Ersatz Leather, Ersatz Leather, Spectral Arrow, Ersatz Leather, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Small Arrow Quiver.
item· Other
Small Arrow Quiver
Spartan Weaponry · by ObliviousSpartan
Small Arrow Quiver is a item from Spartan Weaponry, crafted from Ersatz Leather, String, Spectral Arrow, and Any Iron Ingot.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:small_arrow_quiver- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/arrow_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": "minecraft:arrows"
},
"~": {
"tag": "forge:string"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"quiver"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}