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.
Bag of Grapeshot
Create Big Cannons · by rbasamoyai
Bag of Grapeshot is a block from Create Big Cannons, crafted from String, Light Blue Wool, Shot Balls, and Bamboo Slab.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Bag of Grapeshot | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
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
}
