Crafting using String, Explosive Charge and Explosive Charge, arranged in the pattern shown. Produces 2× Dynamite.
item· Other
Dynamite
Spartan Weaponry · by ObliviousSpartan
Dynamite is a item from Spartan Weaponry, crafted from String and Explosive Charge.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:dynamite- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (1)
spartanweaponry:items/explosives
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" ~",
" # ",
"# "
],
"ingredients": {
"#": {
"item": "spartanweaponry:explosive_charge"
},
"~": {
"tag": "forge:string"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"explosives"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}