Crafting using Iron Bars and Wrought Iron Cannon End, arranged in the pattern shown. Produces Wrought Iron Drop Mortar End.
Wrought Iron Drop Mortar End
Create Big Cannons · by rbasamoyai
Wrought Iron Drop Mortar End is a block from Create Big Cannons, crafted from Iron Bars and Wrought Iron Cannon End.
Acquisition
Crafting using Wrought Iron Cannon End and Iron Bars, arranged in the pattern shown. Produces Wrought Iron Drop Mortar End.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Wrought Iron Drop Mortar End | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
createbigcannons:wrought_iron_drop_mortar_end- Namespace
createbigcannons- Mod ID
createbigcannons- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"B",
"E"
],
"ingredients": {
"B": {
"item": "minecraft:iron_bars"
},
"E": {
"item": "createbigcannons:wrought_iron_cannon_end"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"E",
"B"
],
"ingredients": {
"B": {
"item": "minecraft:iron_bars"
},
"E": {
"item": "createbigcannons:wrought_iron_cannon_end"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}