Cast Iron Autocannon Breech Extractor is a item from Create Big Cannons, crafted from Partial Cast Iron Autocannon Breech Extractor.
Developer reference
- Registry name
createbigcannons:cast_iron_autocannon_breech_extractor - Namespace
createbigcannons - Mod ID
createbigcannons
Recipe JSON (1):
{
"recipe_type": "create:sequenced_assembly",
"pattern": null,
"ingredients": {
"tag": "createbigcannons:ingot_cast_iron"
},
"conditions": [],
"sequence": {
"loops": 3,
"sequence": [
{
"type": "create:cutting",
"results": [
{
"item": "createbigcannons:partial_cast_iron_autocannon_breech_extractor",
"count": 1,
"chance": 1,
"outputKind": "item"
}
],
"ingredients": [
{
"item": "createbigcannons:partial_cast_iron_autocannon_breech_extractor"
}
]
}
]
},
"group_name": null,
"experience": null,
"cooking_time": null
}