Fletching using Explosive Charge, Arrow and Arrow. Produces 2× Explosive Arrow.
item· Other
Explosive Arrow
Spartan Weaponry · by ObliviousSpartan
Explosive Arrow is a item from Spartan Weaponry, crafted from Explosive Charge and Arrow.
Acquisition
Crafting using Arrow and Explosive Charge, in any arrangement. Produces Explosive Arrow.
Related items
Developer reference
- Registry name
spartanweaponry:explosive_arrow- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/arrows spartanweaponry:items/explosives
Recipe JSON (2):
{
"recipe_type": "apotheosis:fletching",
"pattern": null,
"ingredients": [
{
"item": "spartanweaponry:explosive_charge"
},
{
"item": "minecraft:arrow"
},
{
"item": "minecraft:arrow"
}
],
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "apotheosis"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "apotheosis:module",
"module": "village"
},
"type": "apotheosis:module"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "minecraft:arrow"
},
{
"item": "spartanweaponry:explosive_charge"
}
],
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"arrows",
"explosives"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}