Crafting using Any Diamond Gem, String, Any Diamond Gem and Any Diamond Gem, arranged in the pattern shown. Produces Large Quiver Brace.
item· Other
Large Quiver Brace
Spartan Weaponry · by ObliviousSpartan
Large Quiver Brace is a item from Spartan Weaponry, crafted from Any Diamond Gem and String.
Acquisition
Developer reference
- Registry name
spartanweaponry:large_quiver_brace- Namespace
spartanweaponry- Mod ID
spartanweaponry
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#~#",
" # "
],
"ingredients": {
"#": {
"tag": "forge:gems/diamond"
},
"~": {
"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
}