Spiky Bomb
supplementaries:bomb_spiky

Spiky Bomb

Supplementaries · by MehVahdJukaar, Plantkillable
item

Acquisition

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.

Crafting conditional
Spiky Bomb Spiky Bomb ×4 guaranteed

Crafting using Iron Ingot, String, Iron Ingot, Shrapnel Bomb, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces 4× Spiky Bomb.

Crafting conditional
Iron Ingot
String
Iron Ingot
Shrapnel Bomb
Iron Ingot
Iron Ingot
Spiky Bomb Spiky Bomb ×4 guaranteed
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
}