From c61ada2486736f2d8aa1743993859d406877e337 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Tue, 21 Oct 2025 15:03:31 +0200 Subject: [PATCH] Update to bz mods version 2 --- MDbobelectronics2/info.json | 6 +++--- MDbobelectronics2/prototypes/MDrecipes.lua | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MDbobelectronics2/info.json b/MDbobelectronics2/info.json index 9bcf01c..5f51b74 100644 --- a/MDbobelectronics2/info.json +++ b/MDbobelectronics2/info.json @@ -13,9 +13,9 @@ "? space-exploration >= 0.7.34", "? space-exploration-postprocess >= 0.7.4", "? aai-industry >= 0.6.13", - "? bzsilicon >= 2.0.18", - "? bzlead >= 2.0.28", - "? bztitanium >= 2.0.26", + "? bzsilicon2 >= 2.0.19", + "? bzlead2 >= 2.0.29", + "? bztitanium2 >= 2.0.27", "? Krastorio2 >= 2.0.8", "! bobelectronics", "! space-age" diff --git a/MDbobelectronics2/prototypes/MDrecipes.lua b/MDbobelectronics2/prototypes/MDrecipes.lua index 64703c8..211d69c 100644 --- a/MDbobelectronics2/prototypes/MDrecipes.lua +++ b/MDbobelectronics2/prototypes/MDrecipes.lua @@ -20,7 +20,7 @@ end --insulated-cable -if mods["bzsilicon"] then +if mods["bzsilicon2"] then bobmods.lib.recipe.add_ingredient("optical-fiber", {type="item", name="insulated-cable", amount=1}) --seems that new version of bzsilicon adds this ingredient which interfears