Fix ingredients
This commit is contained in:
parent
eabb69f95b
commit
01d55f3b62
3 changed files with 5 additions and 5 deletions
|
|
@ -282,7 +282,7 @@ util.add_ingredient("storehouse-basic", "lead-plate", 8)
|
|||
-- Leighzer's scrap
|
||||
if mods.leighzerscrapyards then
|
||||
util.add_to_product("scrap-processing", "iron-plate", -1)
|
||||
util.add_product("scrap-processing", {"lead-plate", 1})
|
||||
util.add_product("scrap-processing", { type = "item", name = "lead-plate", amount = 1 })
|
||||
end
|
||||
|
||||
util.add_minable_result("simple-entity", "huge-volcanic-rock", {type="item", name="lead-ore", amount_min=10, amount_max=24})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue