Mod compatibility fixes

This commit is contained in:
Simon Brodtmann 2025-10-11 18:02:24 +02:00
parent 10449fa640
commit b2d4ee2a7f
5 changed files with 11 additions and 12 deletions

View file

@ -41,7 +41,7 @@ data:extend({
local solder_ingredients = {{type="item", name="indium-plate", amount=6}}
if mods["bzlead"] then
solder_ingredients = {{type="item", name="indium-plate", 3}, {"lead-plate", amount=3}}
solder_ingredients = {{type="item", name="indium-plate", amount=3}, {type="item", name="lead-plate", amount=3}}
end
local solder_category = "crafting"
local solder_subgroup = "intermediate-product"