Filled Autocannon Cartridge is a item from Create Big Cannons, crafted from Partially Filled Autocannon Cartridge and Any Gunpowder.
Developer reference
- Registry name
createbigcannons:filled_autocannon_cartridge - Namespace
createbigcannons - Mod ID
createbigcannons
Recipe JSON (1):
{
"recipe_type": "create:sequenced_assembly",
"pattern": null,
"ingredients": {
"item": "createbigcannons:empty_autocannon_cartridge"
},
"conditions": [],
"sequence": {
"loops": 1,
"sequence": [
{
"type": "create:deploying",
"results": [
{
"item": "createbigcannons:partially_filled_autocannon_cartridge",
"count": 1,
"chance": 1,
"outputKind": "item"
}
],
"ingredients": [
{
"item": "createbigcannons:partially_filled_autocannon_cartridge"
},
{
"tag": "createbigcannons:gunpowder"
}
]
}
]
},
"group_name": null,
"experience": null,
"cooking_time": null
}