Crafting using Any Stone, Any Stone, Any Stone, Any Stone and Bamboo Slab, arranged in the pattern shown. Produces Mortar Stone.
Mortar Stone
Create Big Cannons · by rbasamoyai
Mortar Stone is a block from Create Big Cannons, crafted from Any Stone and Bamboo Slab.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Mortar Stone | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
createbigcannons:mortar_stone- Namespace
createbigcannons- Mod ID
createbigcannons- Tags (2)
createbigcannons:items/big_cannon_projectiles ritchiesprojectilelib:entity_types/precise_motion
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"SSS",
" s "
],
"ingredients": {
"S": {
"tag": "createbigcannons:stone"
},
"s": {
"tag": "minecraft:wooden_slabs"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}