Small Bolt Quiver
16×16 · BAKED

item· Other

Small Bolt Quiver

Spartan Weaponry · by ObliviousSpartan
item Bolt QuiversSmall Quivers

Small Bolt Quiver is a item from Spartan Weaponry, crafted from Ersatz Leather, String, Copper Bolt, and Any Iron Ingot.

Acquisition

Crafting using Ersatz Leather, String, Ersatz Leather, Ersatz Leather, Copper Bolt, Ersatz Leather, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Small Bolt Quiver.

Crafting conditional
Ersatz Leather
String
Ersatz Leather
Ersatz Leather
Copper Bolt
Ersatz Leather
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Small Bolt Quiver Small Bolt Quiver guaranteed
Developer reference
Registry name
spartanweaponry:small_bolt_quiver
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/bolt_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": "spartanweaponry:bolts"
    },
    "~": {
      "tag": "forge:string"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "quiver",
          "bolts"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}