Bag of Grapeshot
createbigcannons:bag_of_grapeshot

Bag of Grapeshot

Create Big Cannons · by rbasamoyai
block Big Cannon ProjectilesPrecise Motion Entity Type

Bag of Grapeshot is a block from Create Big Cannons, crafted from String, Light Blue Wool, Shot Balls, and Bamboo Slab.

Acquisition

Crafting using String, String, String, Light Blue Wool, Shot Balls, Light Blue Wool and Bamboo Slab, arranged in the pattern shown. Produces Bag of Grapeshot.

Crafting
Bag of Grapeshot Bag of Grapeshot guaranteed

Mining & drops

sourcecountchanceconditions
Bag of Grapeshot1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
createbigcannons:bag_of_grapeshot
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (2)
createbigcannons:items/big_cannon_projectiles
ritchiesprojectilelib:entity_types/precise_motion

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "DDD",
    "WLW",
    " S "
  ],
  "ingredients": {
    "D": {
      "item": "minecraft:string"
    },
    "L": {
      "item": "createbigcannons:shot_balls"
    },
    "S": {
      "tag": "minecraft:wooden_slabs"
    },
    "W": {
      "tag": "minecraft:wool"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}