Bomb Bay
16×16 · BAKED

item· Weapons

Bomb Bay

Immersive Aircraft · by Luke100000
item Weapons

Bomb Bay is a item from Immersive Aircraft, crafted from Iron Ingot and TNT. Drops TNT, does not destroy blocks but deals heavy damage.

Function

Drops TNT, does not destroy blocks but deals heavy damage.

Acquisition

Crafting using Iron Ingot, TNT, Iron Ingot, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Bomb Bay.

Crafting
Bomb Bay Bomb Bay guaranteed
Developer reference
Registry name
immersive_aircraft:bomb_bay
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/weapons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "ITI",
    "I I",
    "   "
  ],
  "ingredients": {
    "I": {
      "anyOf": [
        {
          "item": "minecraft:iron_ingot"
        }
      ]
    },
    "T": {
      "anyOf": [
        {
          "item": "minecraft:tnt"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}