Mod compatibility fixes
This commit is contained in:
parent
0fb68ca151
commit
dc37e0eb3e
5 changed files with 15 additions and 15 deletions
|
@ -50,7 +50,7 @@ if mods["space-exploration"] then
|
|||
},
|
||||
energy_required = 45,
|
||||
ingredients = {
|
||||
{name = mods["Krastorio2"] and "enriched-chromium" or "chromite-ore", amount = 24},
|
||||
{type = "item", name = mods["Krastorio2"] and "enriched-chromium" or "chromite-ore", amount = 24},
|
||||
{type = "fluid", name = "se-pyroflux", amount = 10},
|
||||
},
|
||||
enabled = false,
|
||||
|
@ -81,11 +81,11 @@ if mods["space-exploration"] then
|
|||
{icon = "__Chromium2__/graphics/icons/chromium-ingot.png", icon_size = 32, scale = 0.125, shift = {-8, -8}},
|
||||
},
|
||||
results = {
|
||||
{name = "chromium-plate", amount = 10},
|
||||
{type="item", name = "chromium-plate", amount = 10},
|
||||
},
|
||||
energy_required = 3.75,
|
||||
ingredients = {
|
||||
{name = "chromium-ingot", amount = 1}
|
||||
{type="item", name = "chromium-ingot", amount = 1}
|
||||
},
|
||||
enabled = false,
|
||||
always_show_made_in = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue