Crafting using Brass Ingot, Iron Plate, Iron Plate, Iron Plate, Iron Plate and Iron Plate, arranged in the pattern shown. Produces Autocannon Ammo Container.
Autocannon Ammo Container
Create Big Cannons · by rbasamoyai
Autocannon Ammo Container is a block from Create Big Cannons, crafted from Brass Ingot and Iron Plate.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Autocannon Ammo Container | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Related items
Developer reference
- Registry name
createbigcannons:autocannon_ammo_container- Namespace
createbigcannons- Mod ID
createbigcannons- Tags (1)
createbigcannons:items/autocannon_ammo_containers
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" B ",
"I I",
"III"
],
"ingredients": {
"B": {
"tag": "forge:ingots/brass"
},
"I": {
"tag": "forge:plates/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}