Diamond Bolt
16×16 · BAKED

item· Other

Diamond Bolt

Spartan Weaponry · by ObliviousSpartan
item BoltsDiamond Projectiles

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

Acquisition

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

Crafting conditional
Any Diamond Gem
Any Iron Nugget
Golden Feather
Diamond Bolt Diamond Bolt ×4 guaranteed

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

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

Mining & drops

sourcecountchanceconditions
Loot table: End City Treasure (spartanweaponry) spartanweaponry:end_city_treasure1–1100%

Used in

Crafting using Any Netherite Ingot, Diamond Bolt, Diamond Bolt, Diamond Bolt, Diamond Bolt, Diamond Bolt, Diamond Bolt, Diamond Bolt and Diamond Bolt, in any arrangement. Produces 8× Netherite Bolt.

Crafting ⇆ any arrangement conditional
Any Netherite Ingot
Diamond Bolt
Diamond Bolt
Diamond Bolt
Diamond Bolt
Diamond Bolt
Diamond Bolt
Diamond Bolt
Diamond Bolt
Netherite Bolt Netherite Bolt ×8 guaranteed
Developer reference
Registry name
spartanweaponry:diamond_bolt
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/bolts
spartanweaponry:items/diamond_projectiles

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "  #",
    " | ",
    "F  "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:gems/diamond"
    },
    "F": {
      "tag": "forge:feathers"
    },
    "|": {
      "tag": "forge:nuggets/iron"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "bolts",
          "diamond_ammo"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "apotheosis:fletching",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:gems/diamond"
    },
    {
      "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",
          "diamond_ammo"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    },
    {
      "raw": {
        "type": "apotheosis:module",
        "module": "village"
      },
      "type": "apotheosis:module"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}