From 084ebd3df4c740fb7ce0d480e9ff7bb9675efbbb Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 21 Oct 2025 15:00:02 +0200 Subject: [PATCH] Update to bz mods version 2 --- GasGasGases2/info.json | 8 ++++---- GasGasGases2/prototypes/recipes.lua | 4 ++-- GasGasGases2/prototypes/technology.lua | 2 +- GasGasGases2/recipe-modify.lua | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/GasGasGases2/info.json b/GasGasGases2/info.json index aab8c85..0e435e7 100644 --- a/GasGasGases2/info.json +++ b/GasGasGases2/info.json @@ -7,10 +7,10 @@ "homepage": "https://discord.gg/ufvFUJtVwk", "dependencies": [ "base >= 2.0.0", - "? bzcarbon", - "? bzgas", - "? bzsilicon", - "? bztungsten", + "? bzcarbon2", + "? bzgas2", + "? bzsilicon2", + "? bztungsten2", "? Chromium2", "? Indium2", "? Tantalite2", diff --git a/GasGasGases2/prototypes/recipes.lua b/GasGasGases2/prototypes/recipes.lua index ebdd24e..b1638d0 100644 --- a/GasGasGases2/prototypes/recipes.lua +++ b/GasGasGases2/prototypes/recipes.lua @@ -289,7 +289,7 @@ data:extend({ } }) -if mods["bzgas"] then +if mods["bzgas2"] then data:extend({ { type = "recipe", @@ -298,7 +298,7 @@ if mods["bzgas"] then icons = (mods["Krastorio2"] and { { icon = "__GasGasGases2__/graphics/icons/argon.png", icon_size = 64}, - { icon = "__bzgas__/graphics/icons/gas.png", icon_size = 128, scale=0.2, shift= {-8, -8}}, + { icon = "__bzgas2__/graphics/icons/gas.png", icon_size = 128, scale=0.2, shift= {-8, -8}}, } or { { icon = "__GasGasGases2__/graphics/icons/argon.png", icon_size = 64}, }), diff --git a/GasGasGases2/prototypes/technology.lua b/GasGasGases2/prototypes/technology.lua index f7e0f34..027d4d9 100644 --- a/GasGasGases2/prototypes/technology.lua +++ b/GasGasGases2/prototypes/technology.lua @@ -32,6 +32,6 @@ data:extend( }, }) util.add_prerequisite("chemical-science-pack", "air-liquefaction") -if not mods["bzgas"] then +if not mods["bzgas2"] then util.add_prerequisite("optics", "air-liquefaction") end \ No newline at end of file diff --git a/GasGasGases2/recipe-modify.lua b/GasGasGases2/recipe-modify.lua index 2b6c15c..2c84717 100644 --- a/GasGasGases2/recipe-modify.lua +++ b/GasGasGases2/recipe-modify.lua @@ -47,11 +47,11 @@ if mods["Indium2"] then util.add_ingredient("cryogenic-gas-plant", "cryogenic-seal", 10) end -if mods["bzcarbon"] then +if mods["bzcarbon2"] then util.add_ingredient("fullerenes", "argon", 10) end -if mods["bzsilicon"] then +if mods["bzsilicon2"] then util.set_category("gyro","crafting-with-fluid") util.add_ingredient("gyro", "xenon", 10) @@ -59,7 +59,7 @@ if mods["bzsilicon"] then util.add_ingredient("solar-cell", "argon", 10) end -if mods["bztungsten"] then +if mods["bztungsten2"] then util.set_category("rocket-engine-nozzle","crafting-with-fluid") util.add_ingredient("rocket-engine-nozzle", "argon", 10) end