SE: Fix scrap recycling

This commit is contained in:
Simon Brodtmann 2026-03-13 23:06:39 +01:00
parent 4d671905c9
commit ab4d197576

View file

@ -12,7 +12,7 @@ if mods["bzzirconium2"] then
end
if mods["space-exploration"] then
util.add_product(mods["space-exploration"] and "se-scrap-recycling", { type = "item", name = "limestone", amount=1, probability=0.05})
util.add_product(mods["space-exploration"] and "se-scrap-hard-recycling", { type = "item", name = "limestone", amount=1, probability=0.05})
util.add_ingredient("se-holmium-powder", "calcium-plate", 1)
util.remove_ingredient("se-holmium-powder", "copper-cable")