forked from cacklingfiend/Chromium2
Add missing ingredient types
This commit is contained in:
parent
f437f5cae5
commit
ea617d3382
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", {name="chromium-ore", amount=1, probability=0.05})
|
util.add_product(mods["space-exploration"] and "se-scrap-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