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