Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Slingshot, Iron Ingot, Any Planks, Redstone Dust and Any Planks, arranged in the pattern shown. Produces Cannon.
Cannon
Supplementaries · by MehVahdJukaar, Plantkillable
Acquisition
Crafting using Iron Ingot, Iron Ingot, Iron Ingot, Iron Ingot, Dispenser, Iron Ingot, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Cannon.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Cannon | 1–1 | 100% | Survives Explosion |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Cannon | 1–1 | 100% | Survives Explosion |
Related items
Developer reference
- Registry name
supplementaries:cannon- Namespace
supplementaries- Mod ID
supplementaries- Tags (2)
minecraft:blocks/mineable/pickaxe supplementaries:blocks/turn_table_cant_shuffle
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"000",
"020",
"131"
],
"ingredients": {
"0": {
"item": "minecraft:iron_ingot"
},
"1": {
"tag": "minecraft:planks"
},
"2": {
"item": "supplementaries:slingshot"
},
"3": {
"item": "minecraft:redstone"
}
},
"conditions": [
{
"raw": {
"flag": "cannon",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"000",
"020",
"111"
],
"ingredients": {
"0": {
"item": "minecraft:iron_ingot"
},
"1": {
"tag": "minecraft:planks"
},
"2": {
"item": "minecraft:dispenser"
}
},
"conditions": [
{
"raw": {
"flag": "cannon",
"type": "supplementaries:flag"
},
"type": "supplementaries:flag"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}

