Empty Autocannon Cartridge
createbigcannons:empty_autocannon_cartridge

Empty Autocannon Cartridge

Create Big Cannons · by rbasamoyai
item Spent Autocannon Casings

Empty Autocannon Cartridge is a item from Create Big Cannons, crafted from Partially Formed Autocannon Cartridge.

Acquisition

Sequenced Assembly: Start with Partially Formed Autocannon Cartridge, carried through each pass. process 6× through: Pressing. Most likely produces Empty Autocannon Cartridge, with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 6×:

  1. Pressing
Empty Autocannon Cartridge Empty Autocannon Cartridge guaranteed

Used in (1)

Sequenced Assembly: Start with Partially Filled Autocannon Cartridge, carried through each pass. process 1× through: Deploying with Any Gunpowder. Most likely produces Filled Autocannon Cartridge, with other outcomes possible.

Sequenced Assembly

Carried through each pass:

The sequence, processed 1×:

  1. Deploying + Any Gunpowder
Filled Autocannon Cartridge Filled Autocannon Cartridge guaranteed
Developer reference
Registry name
createbigcannons:empty_autocannon_cartridge
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (1)
createbigcannons:items/spent_autocannon_casings

Recipe JSON (1):

{
  "recipe_type": "create:sequenced_assembly",
  "pattern": null,
  "ingredients": {
    "item": "createbigcannons:autocannon_cartridge_sheet"
  },
  "conditions": [],
  "sequence": {
    "loops": 6,
    "sequence": [
      {
        "type": "create:pressing",
        "results": [
          {
            "item": "createbigcannons:partially_formed_autocannon_cartridge",
            "count": 1,
            "chance": 1,
            "outputKind": "item"
          }
        ],
        "ingredients": [
          {
            "item": "createbigcannons:partially_formed_autocannon_cartridge"
          }
        ]
      }
    ]
  },
  "group_name": null,
  "experience": null,
  "cooking_time": null
}