Crafting using Bolt, Glowstone Dust and Glowstone Dust, in any arrangement. Produces Spectral Bolt.
item· Other
Spectral Bolt
Spartan Weaponry · by ObliviousSpartan
Spectral Bolt is a item from Spartan Weaponry, crafted from Bolt and Glowstone Dust.
Acquisition
Fletching using Any Glowstone Dust, Bolt and Any Glowstone Dust. Produces 2× Spectral Bolt.
Related items
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
}