Bolt
16×16 · BAKED

item· Other

Bolt

Spartan Weaponry · by ObliviousSpartan
item Bolts

Bolt is a item from Spartan Weaponry, crafted from Any Iron Ingot, Any Iron Nugget, and Golden Feather.

Acquisition

Crafting using Any Iron Ingot, Any Iron Nugget and Golden Feather, arranged in the pattern shown. Produces 4× Bolt.

Crafting conditional
Any Iron Ingot
Any Iron Nugget
Golden Feather
Bolt Bolt ×4 guaranteed

Fletching using Any Iron Ingot, Any Iron Nugget and Golden Feather. Produces 6× Bolt.

Fletching conditional
Any Iron Ingot Any Iron Ingot·members not yet documentedAny Iron Nugget Any Iron Nugget·members not yet documentedGolden Feather Golden Feather
Bolt Bolt ×6 guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Village Fletcher (spartanweaponry) spartanweaponry:village_fletcher1–1100%

Used in

Crafting using Bolt, Glowstone Dust and Glowstone Dust, in any arrangement. Produces Spectral Bolt.

Crafting ⇆ any arrangement conditional
Bolt
Glowstone Dust
Glowstone Dust
Spectral Bolt Spectral Bolt guaranteed

Fletching using Any Glowstone Dust, Bolt and Any Glowstone Dust. Produces 2× Spectral Bolt.

Fletching conditional
Any Glowstone Dust Any Glowstone Dust·members not yet documentedBolt BoltAny Glowstone Dust Any Glowstone Dust·members not yet documented
Spectral Bolt Spectral Bolt ×2 guaranteed
Developer reference
Registry name
spartanweaponry:bolt
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (1)
spartanweaponry:items/bolts

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "  #",
    " | ",
    "F  "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/iron"
    },
    "F": {
      "tag": "forge:feathers"
    },
    "|": {
      "tag": "forge:nuggets/iron"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "bolts"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "apotheosis:fletching",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:ingots/iron"
    },
    {
      "tag": "forge:nuggets/iron"
    },
    {
      "tag": "forge:feathers"
    }
  ],
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "apotheosis"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "bolts"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    },
    {
      "raw": {
        "type": "apotheosis:module",
        "module": "village"
      },
      "type": "apotheosis:module"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}