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.
Big Cartridge
Create Big Cannons · by rbasamoyai
Big Cartridge is a block from Create Big Cannons, crafted from Partially Formed Big Cartridge.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Big Cartridge | 1–1 | 100% | Survives Explosion, Block State Property |
| Big Cartridge | 1–1 | 100% | Survives Explosion, Block State Property |
Block drops
| drops | count | chance | conditions |
|---|---|---|---|
| Big Cartridge | 1–1 | 100% | Survives Explosion, Block State Property |
| Big Cartridge | 1–1 | 100% | Survives Explosion, Block State Property |
Related items
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
}
