Fix recipe with missing ingredient type

This commit is contained in:
Simon Brodtmann 2025-10-19 14:02:43 +02:00
parent 3fc5ea3d42
commit 0f7c32fccf

View file

@ -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,