Update to bz mods version 2

This commit is contained in:
Simon Brodtmann 2025-10-21 14:59:11 +02:00
parent 653d7f3b02
commit 801f5ddc37
3 changed files with 10 additions and 10 deletions

View file

@ -11,10 +11,10 @@
"? aai-industry", "? aai-industry",
"? BrassTacks-Updated", "? BrassTacks-Updated",
"? bobassembly", "? bobassembly",
"? bzaluminum", "? bzaluminum2",
"? bzfoundry", "? bzfoundry2",
"? bzgas", "? bzgas2",
"? bzsilicon", "? bzsilicon2",
"? IfNickel-Updated", "? IfNickel-Updated",
"? Indium2", "? Indium2",
"? Krastorio2", "? Krastorio2",

View file

@ -80,7 +80,7 @@ if mods["IfNickel-Updated"] then
stainless_steel_ingredients = {{type="item", name="steel-plate", amount=8}, {type="item", name="chromium-plate", amount=1}, {type="item", name="nickel-plate", amount=1}} stainless_steel_ingredients = {{type="item", name="steel-plate", amount=8}, {type="item", name="chromium-plate", amount=1}, {type="item", name="nickel-plate", amount=1}}
end end
local stainless_steel_category = "crafting" local stainless_steel_category = "crafting"
if mods["bzfoundry"] then if mods["bzfoundry2"] then
stainless_steel_category = "founding" stainless_steel_category = "founding"
end end
data:extend({ data:extend({
@ -110,7 +110,7 @@ local polyethylene_plastic_ingredients = {
{type = "fluid", name = "steam", amount = 50}, {type = "fluid", name = "steam", amount = 50},
{type = "item", name = "chromium-plate", amount = 2} {type = "item", name = "chromium-plate", amount = 2}
} }
if mods["bzgas"] and mods["bzsilicon"] then if mods["bzgas2"] and mods["bzsilicon2"] then
polyethylene_plastic_ingredients = { polyethylene_plastic_ingredients = {
{type = "fluid", name = "gas", amount = 50}, {type = "fluid", name = "gas", amount = 50},
{type = "fluid", name = "steam", amount = 50}, {type = "fluid", name = "steam", amount = 50},
@ -163,7 +163,7 @@ data:extend({
}) })
local basic_vehicle_frame_ingredients = {{type="item", name="steel-plate", amount=5}, {type="item", name="copper-plate", amount=10}} local basic_vehicle_frame_ingredients = {{type="item", name="steel-plate", amount=5}, {type="item", name="copper-plate", amount=10}}
if mods["bzaluminum"] then if mods["bzaluminum2"] then
basic_vehicle_frame_ingredients = {{type="item", name="steel-plate", amount=5}, {type="item", name="alumina", amount=10}} basic_vehicle_frame_ingredients = {{type="item", name="steel-plate", amount=5}, {type="item", name="alumina", amount=10}}
end end
data:extend({ data:extend({
@ -189,7 +189,7 @@ data:extend({
}) })
local vehicle_frame_ingredients = {{type="item", name="basic-vehicle-frame", amount=1}, {type="item", name="stainless-steel-plate", amount=15}, {type="item", name="copper-plate", amount=20}} local vehicle_frame_ingredients = {{type="item", name="basic-vehicle-frame", amount=1}, {type="item", name="stainless-steel-plate", amount=15}, {type="item", name="copper-plate", amount=20}}
if mods["bzaluminum"] then if mods["bzaluminum2"] then
vehicle_frame_ingredients = {{type="item", name="basic-vehicle-frame", amount=1}, {type="item", name="stainless-steel-plate", amount=15}, {type="item", name="aluminum-6061", amount=20}} vehicle_frame_ingredients = {{type="item", name="basic-vehicle-frame", amount=1}, {type="item", name="stainless-steel-plate", amount=15}, {type="item", name="aluminum-6061", amount=20}}
end end
data:extend({ data:extend({
@ -223,7 +223,7 @@ if mods["Tantalite2"] then
end end
local inconel_category = "crafting" local inconel_category = "crafting"
local inconel_subgroup = "intermediate-product" local inconel_subgroup = "intermediate-product"
if mods["bzfoundry"] then if mods["bzfoundry2"] then
inconel_category = "founding" inconel_category = "founding"
inconel_subgroup = "foundry-intermediate" inconel_subgroup = "foundry-intermediate"
end end

View file

@ -15,7 +15,7 @@ if mods["248k-Redux"] then
util.remove_ingredient("steam-turbine", "fi_materials_GFK") util.remove_ingredient("steam-turbine", "fi_materials_GFK")
end end
if mods["bzaluminum"] then if mods["bzaluminum2"] then
util.remove_ingredient("car", "aluminum-6061") util.remove_ingredient("car", "aluminum-6061")
util.remove_ingredient("vehicle-warden", "aluminum-6061") util.remove_ingredient("vehicle-warden", "aluminum-6061")
util.add_ingredient("vehicle-warden", "vehicle-frame", 1) util.add_ingredient("vehicle-warden", "vehicle-frame", 1)