Autocannon Ammo Container
createbigcannons:autocannon_ammo_container

Autocannon Ammo Container

Create Big Cannons · by rbasamoyai
block Autocannon Ammo Containers

Autocannon Ammo Container is a block from Create Big Cannons, crafted from Brass Ingot and Iron Plate.

Acquisition

Crafting using Brass Ingot, Iron Plate, Iron Plate, Iron Plate, Iron Plate and Iron Plate, arranged in the pattern shown. Produces Autocannon Ammo Container.

Crafting
Brass Ingot
Iron Plate
Iron Plate
Iron Plate
Iron Plate
Iron Plate
Autocannon Ammo Container Autocannon Ammo Container guaranteed

Mining & drops

sourcecountchanceconditions
Autocannon Ammo Container1–1100%Survives Explosion

Block drops

Drops itself when broken.

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
}