Mod compatibility fixes
This commit is contained in:
parent
10449fa640
commit
b2d4ee2a7f
5 changed files with 11 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue