Drop Mortar Shell
createbigcannons:drop_mortar_shell

Drop Mortar Shell

Create Big Cannons · by rbasamoyai
block Big Cannon ProjectilesAxe MineablePickaxe MineablePrecise Motion Entity Type

Drop Mortar Shell is a block from Create Big Cannons, crafted from Packed Guncotton, Iron Plate, Shaft, and Powder Charge.

Acquisition

Crafting using Packed Guncotton, Iron Plate, Shaft, Iron Plate and Powder Charge, arranged in the pattern shown. Produces Drop Mortar Shell.

Crafting
Packed Guncotton
Iron Plate
Shaft
Iron Plate
Powder Charge
Drop Mortar Shell Drop Mortar Shell guaranteed

Mining & drops

sourcecountchanceconditions
Drop Mortar Shell1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
createbigcannons:drop_mortar_shell
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (4)
createbigcannons:items/big_cannon_projectiles
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe
ritchiesprojectilelib:entity_types/precise_motion

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " X ",
    "ISI",
    " C "
  ],
  "ingredients": {
    "C": {
      "item": "createbigcannons:powder_charge"
    },
    "I": {
      "tag": "forge:plates/iron"
    },
    "S": {
      "item": "create:shaft"
    },
    "X": {
      "tag": "createbigcannons:high_explosive_materials"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}