Medium Quiver Brace
16×16 · BAKED

item· Other

Medium Quiver Brace

Spartan Weaponry · by ObliviousSpartan
item

Medium Quiver Brace is a item from Spartan Weaponry, crafted from Any Gold Ingot and String.

Acquisition

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

Crafting conditional
Any Gold Ingot
String
Any Gold Ingot
Any Gold Ingot
Medium Quiver Brace Medium Quiver Brace guaranteed
Developer reference
Registry name
spartanweaponry:medium_quiver_brace
Namespace
spartanweaponry
Mod ID
spartanweaponry

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#~#",
    " # "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/gold"
    },
    "~": {
      "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
}