Cannon
supplementaries:cannon

Cannon

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe MineableTurn Table Cant Shuffle

Acquisition

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.

Crafting conditional
Cannon Cannon guaranteed

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.

Crafting conditional
Cannon Cannon guaranteed

Mining & drops

sourcecountchanceconditions
Cannon1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Cannon1–1100%Survives Explosion
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
}