forked from cacklingfiend/Cobalt2
Add missing ingredient types
This commit is contained in:
parent
ee304b6e56
commit
843c933353
1 changed files with 3 additions and 3 deletions
|
|
@ -19,9 +19,9 @@ if mods["IfNickel-Updated"] then
|
|||
util.set_main_product("nickel-plate", "nickel-plate")
|
||||
|
||||
if mods["Krastorio2"] then
|
||||
util.add_product("nickel-plate", {name="cobaltite-ore", amount=1})
|
||||
util.add_product("nickel-plate", {type="item", name="cobaltite-ore", amount=1})
|
||||
else
|
||||
util.add_product("nickel-plate", {name="cobaltite-ore", amount=1, probability=0.2})
|
||||
util.add_product("nickel-plate", {type="item", name="cobaltite-ore", amount=1, probability=0.2})
|
||||
end
|
||||
end
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ if mods["Krastorio2"] then
|
|||
end
|
||||
|
||||
if mods["space-exploration"] then
|
||||
util.add_product(mods["space-exploration"] and "se-scrap-recycling", {name="cobaltite-ore", amount=1, probability=0.05})
|
||||
util.add_product(mods["space-exploration"] and "se-scrap-recycling", {type="item", name="cobaltite-ore", amount=1, probability=0.05})
|
||||
|
||||
util.remove_ingredient("se-space-plasma-generator", "nickel-electromagnet")
|
||||
util.add_ingredient("se-space-plasma-generator", "cobalt-electromagnet", 100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue