Crafting using Any Iron Nugget, Any Iron Ingot, Any Iron Nugget, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Bamboo Slab, arranged in the pattern shown. Produces Solid Shot.
Solid Shot
Create Big Cannons · by rbasamoyai
Solid Shot is a block from Create Big Cannons, crafted from Any Iron Nugget, Any Iron Ingot, and Bamboo Slab.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Solid Shot | 1–1 | 100% | — |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
createbigcannons:solid_shot- Namespace
createbigcannons- Mod ID
createbigcannons- Tags (3)
createbigcannons:items/big_cannon_projectiles minecraft:blocks/mineable/axe minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"iIi",
"III",
" S "
],
"ingredients": {
"I": {
"tag": "forge:ingots/iron"
},
"S": {
"tag": "minecraft:wooden_slabs"
},
"i": {
"tag": "forge:nuggets/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}