SE: Fix scrap recycling
This commit is contained in:
parent
94fb025beb
commit
ed4282aee4
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ if mods["Krastorio2"] then
|
|||
end
|
||||
|
||||
if mods["space-exploration"] then
|
||||
util.add_product(mods["space-exploration"] and "se-scrap-recycling", { type = "item", name = "tantalite-ore", amount=1, probability=0.05})
|
||||
util.add_product(mods["space-exploration"] and "se-scrap-hard-recycling", { type = "item", name = "tantalite-ore", amount=1, probability=0.05})
|
||||
util.remove_ingredient("se-superconductive-cable", "tin-plate")
|
||||
util.add_ingredient("se-superconductive-cable", "niobium-tin-cable", 2)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue