SE: Fix scrap recycling
This commit is contained in:
parent
1265f7f03d
commit
e732daf307
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ if mods["Krastorio2"] then
|
||||||
end
|
end
|
||||||
|
|
||||||
if mods["space-exploration"] then
|
if mods["space-exploration"] then
|
||||||
util.add_product(mods["space-exploration"] and "se-scrap-recycling", {type="item", name="cobaltite-ore", amount=1, probability=0.05})
|
util.add_product(mods["space-exploration"] and "se-scrap-hard-recycling", {type="item", name="cobaltite-ore", amount=1, probability=0.05})
|
||||||
|
|
||||||
util.remove_ingredient("se-space-plasma-generator", "nickel-electromagnet")
|
util.remove_ingredient("se-space-plasma-generator", "nickel-electromagnet")
|
||||||
util.add_ingredient("se-space-plasma-generator", "cobalt-electromagnet", 100)
|
util.add_ingredient("se-space-plasma-generator", "cobalt-electromagnet", 100)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue