Crafting using Packed Guncotton, Iron Plate, Shaft, Iron Plate and Powder Charge, arranged in the pattern shown. Produces Drop Mortar Shell.
Drop Mortar Shell
Create Big Cannons · by rbasamoyai
Drop Mortar Shell is a block from Create Big Cannons, crafted from Packed Guncotton, Iron Plate, Shaft, and Powder Charge.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Drop Mortar Shell | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
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
}