SE: Fix scrap recycling
This commit is contained in:
parent
2c3c0e7d6a
commit
615de84bb4
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ if mods["bobassembly"] 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 = "chromium-ore", amount=1, probability=0.05})
|
util.add_product(mods["space-exploration"] and "se-scrap-hard-recycling", { type = "item", name = "chromium-ore", amount=1, probability=0.05})
|
||||||
|
|
||||||
util.remove_ingredient("se-space-assembling-machine", "low-density-structure")
|
util.remove_ingredient("se-space-assembling-machine", "low-density-structure")
|
||||||
util.remove_ingredient("se-space-assembling-machine", "se-heat-shielding")
|
util.remove_ingredient("se-space-assembling-machine", "se-heat-shielding")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue