Cannonball
supplementaries:cannonball

Cannonball

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Any Lead Storage Block, Any Lead Storage Block, Any Lead Storage Block, Any Lead Storage Block and Any Lead Storage Block, arranged in the pattern shown. Produces 10× Cannonball.

Crafting conditional
Cannonball Cannonball ×10 guaranteed

Crafting using Block of Iron, Block of Iron, Block of Iron, Block of Iron and Block of Iron, arranged in the pattern shown. Produces 8× Cannonball.

Crafting conditional
Cannonball Cannonball ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Cannonball1–1100%

Block drops

dropscountchanceconditions
Cannonball1–1100%
Developer reference
Registry name
supplementaries:cannonball
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " 1 ",
    "111",
    " 1 "
  ],
  "ingredients": {
    "1": {
      "tag": "forge:storage_blocks/lead"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "cannonball",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    },
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:storage_blocks/lead",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " 1 ",
    "111",
    " 1 "
  ],
  "ingredients": {
    "1": {
      "item": "minecraft:iron_block"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "cannonball",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    },
    {
      "raw": {
        "tag": "forge:storage_blocks/lead",
        "type": "forge:tag_empty"
      },
      "type": "forge:tag_empty"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}