Fix ingredients

This commit is contained in:
Simon Brodtmann 2025-10-13 17:36:09 +02:00
parent eabb69f95b
commit 01d55f3b62
3 changed files with 5 additions and 5 deletions

View file

@ -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})