Crafting using Any Lead Ingot, String, Any Lead Ingot, TNT, Any Lead Ingot and Any Lead Ingot, arranged in the pattern shown. Produces 4× Spiky Bomb.
Spiky Bomb
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Crafting using Iron Ingot, String, Iron Ingot, Shrapnel Bomb, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces 4× Spiky Bomb.
Developer reference
- Registry name
supplementaries:bomb_spiky- Namespace
supplementaries- Mod ID
supplementaries
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" 12",
"101",
" 1 "
],
"ingredients": {
"0": {
"item": "minecraft:tnt"
},
"1": {
"tag": "forge:ingots/lead"
},
"2": {
"item": "minecraft:string"
}
},
"conditions": [
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:ingots/lead",
"type": "forge:tag_empty"
}
},
"type": "forge:not"
},
{
"raw": {
"type": "forge:not",
"value": {
"type": "forge:mod_loaded",
"modid": "oreganized"
}
},
"type": "forge:not"
},
{
"raw": {
"flag": "bomb",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": "bomb",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" 12",
"101",
" 1 "
],
"ingredients": {
"0": {
"item": "oreganized:shrapnel_bomb"
},
"1": {
"item": "minecraft:iron_ingot"
},
"2": {
"item": "minecraft:string"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "oreganized"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"flag": "bomb",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": "bomb",
"experience": null,
"cooking_time": null
}
