Huge Quiver Brace
16×16 · BAKED

item· Other

Huge Quiver Brace

Spartan Weaponry · by ObliviousSpartan
item

Huge Quiver Brace is a item from Spartan Weaponry, crafted from String and Any Netherite Ingot.

Acquisition

Crafting using String and Any Netherite Ingot, arranged in the pattern shown. Produces Huge Quiver Brace.

Crafting conditional
String
Any Netherite Ingot
Huge Quiver Brace Huge Quiver Brace guaranteed
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
}