Add missing ingredient types
This commit is contained in:
parent
415ab78fec
commit
44c70269dc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ if mods["bzzirconium"] then
|
|||
end
|
||||
|
||||
if mods["space-exploration"] then
|
||||
util.add_product(mods["space-exploration"] and "se-scrap-recycling", {name="limestone", amount=1, probability=0.05})
|
||||
util.add_product(mods["space-exploration"] and "se-scrap-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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue