Crafting using Any Iron Ingot, Any Iron Nugget and Golden Feather, arranged in the pattern shown. Produces 4× Bolt.
item· Other
Bolt
Spartan Weaponry · by ObliviousSpartan
Bolt is a item from Spartan Weaponry, crafted from Any Iron Ingot, Any Iron Nugget, and Golden Feather.
Acquisition
Fletching using Any Iron Ingot, Any Iron Nugget and Golden Feather. Produces 6× Bolt.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Village Fletcher (spartanweaponry) spartanweaponry:village_fletcher | 1–1 | 100% | — |
Used in
Crafting using Bolt, Glowstone Dust and Glowstone Dust, in any arrangement. Produces Spectral Bolt.
Fletching using Any Glowstone Dust, Bolt and Any Glowstone Dust. Produces 2× Spectral Bolt.
Related items
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
}