Crafting using Any Iron Ingot, Iron Plate, Iron Plate, Iron Plate and Any Gunpowder, arranged in the pattern shown. Produces Wrought Iron Cannon End.
Wrought Iron Cannon End
Create Big Cannons · by rbasamoyai
Wrought Iron Cannon End is a block from Create Big Cannons, crafted from Any Iron Ingot, Iron Plate, and Any Gunpowder.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Wrought Iron Cannon End | 1–1 | 100% | Survives Explosion |
Used in (2)
Block drops
Drops itself when broken.
Developer reference
- Registry name
createbigcannons:wrought_iron_cannon_end- Namespace
createbigcannons- Mod ID
createbigcannons- Tags (2)
minecraft:blocks/mineable/pickaxe minecraft:blocks/needs_iron_tool
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" K ",
"III",
" G "
],
"ingredients": {
"G": {
"tag": "createbigcannons:gunpowder"
},
"I": {
"tag": "forge:plates/iron"
},
"K": {
"tag": "forge:ingots/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}