Spectral Bolt
16×16 · BAKED

item· Other

Spectral Bolt

Spartan Weaponry · by ObliviousSpartan
item Bolts

Spectral Bolt is a item from Spartan Weaponry, crafted from Bolt and Glowstone Dust.

Acquisition

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:spectral_bolt
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (1)
spartanweaponry:items/bolts

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "spartanweaponry:bolt"
    },
    {
      "item": "minecraft:glowstone_dust"
    },
    {
      "item": "minecraft:glowstone_dust"
    }
  ],
  "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:dusts/glowstone"
    },
    {
      "item": "spartanweaponry:bolt"
    },
    {
      "tag": "forge:dusts/glowstone"
    }
  ],
  "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
}