Big Cartridge
createbigcannons:big_cartridge

Big Cartridge

Create Big Cannons · by rbasamoyai
block Safe NbtBig Cannon Cartridges

Big Cartridge is a block from Create Big Cannons, crafted from Partially Formed Big Cartridge.

Acquisition

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

Sequenced Assembly

Carried through each pass:

The sequence, processed 5×:

  1. Pressing
Big Cartridge Big Cartridge guaranteed

Mining & drops

sourcecountchanceconditions
Big Cartridge1–1100%Survives Explosion, Block State Property
Big Cartridge1–1100%Survives Explosion, Block State Property

Block drops

dropscountchanceconditions
Big Cartridge1–1100%Survives Explosion, Block State Property
Big Cartridge1–1100%Survives Explosion, Block State Property
Developer reference
Registry name
createbigcannons:big_cartridge
Namespace
createbigcannons
Mod ID
createbigcannons
Tags (2)
create:blocks/safe_nbt
createbigcannons:items/big_cannon_cartridges

Recipe JSON (1):

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