Developer reference
- Registry name
createbigcannons:machine_gun_round - Namespace
createbigcannons - Mod ID
createbigcannons - Tags (1)
createbigcannons:items/autocannon_cartridges
Recipe JSON (2):
{
"recipe_type": "create:sequenced_assembly",
"pattern": null,
"ingredients": {
"item": "createbigcannons:empty_machine_gun_round"
},
"conditions": [],
"sequence": {
"loops": 1,
"sequence": [
{
"type": "create:deploying",
"results": [
{
"item": "createbigcannons:partially_assembled_machine_gun_round",
"count": 1,
"chance": 1,
"outputKind": "item"
}
],
"ingredients": [
{
"item": "createbigcannons:partially_assembled_machine_gun_round"
},
{
"tag": "createbigcannons:gunpowder_pinch"
}
]
},
{
"type": "create:deploying",
"results": [
{
"item": "createbigcannons:partially_assembled_machine_gun_round",
"count": 1,
"chance": 1,
"outputKind": "item"
}
],
"ingredients": [
{
"item": "createbigcannons:partially_assembled_machine_gun_round"
},
{
"tag": "forge:nuggets/copper"
}
]
}
]
},
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"B",
"P",
"C"
],
"ingredients": {
"B": {
"tag": "forge:nuggets/copper"
},
"C": {
"item": "createbigcannons:empty_machine_gun_round"
},
"P": {
"tag": "createbigcannons:gunpowder"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}