forked from cacklingfiend/Cobalt2
Fix recipe with missing ingredient type
This commit is contained in:
parent
3fc5ea3d42
commit
0f7c32fccf
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ if mods["space-exploration"] then
|
||||||
},
|
},
|
||||||
energy_required = 45,
|
energy_required = 45,
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{name = mods["Krastorio2"] and "enriched-cobalt" or "cobaltite-ore", amount = 24},
|
{type = "item", name = mods["Krastorio2"] and "enriched-cobalt" or "cobaltite-ore", amount = 24},
|
||||||
{type = "fluid", name = "se-pyroflux", amount = 10},
|
{type = "fluid", name = "se-pyroflux", amount = 10},
|
||||||
},
|
},
|
||||||
enabled = false,
|
enabled = false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue