SE: Fix scrap recycling
This commit is contained in:
parent
320ae9fafe
commit
8943d3fa0d
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ if mods["IfNickel-Updated"] 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 = "indite-ore", amount=1, probability=0.05})
|
util.add_product(mods["space-exploration"] and "se-scrap-hard-recycling", { type = "item", name = "indite-ore", amount=1, probability=0.05})
|
||||||
|
|
||||||
util.remove_ingredient("se-space-pipe-to-ground", "lead-plate")
|
util.remove_ingredient("se-space-pipe-to-ground", "lead-plate")
|
||||||
util.remove_ingredient("se-space-pipe-to-ground", "tin-plate")
|
util.remove_ingredient("se-space-pipe-to-ground", "tin-plate")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue