From 280a8a1c6e9db1f7039cdbfaa5703cfcf2c5ebfd Mon Sep 17 00:00:00 2001 From: KiwiHawk <59639+KiwiHawk@users.noreply.github.com> Date: Thu, 8 Feb 2024 21:37:06 +1300 Subject: [PATCH] Bob's techs not being replaced #975 Centralize all Bob's dependencies in Refining --- angelsbioprocessing/info.json | 4 +--- angelsexploration/info.json | 4 +--- angelsindustries/info.json | 4 ---- angelspetrochem/info.json | 6 +----- angelsrefining/changelog.txt | 2 ++ angelsrefining/info.json | 14 ++++++++++---- angelssmelting/info.json | 3 +-- 7 files changed, 16 insertions(+), 21 deletions(-) diff --git a/angelsbioprocessing/info.json b/angelsbioprocessing/info.json index e56c648ef..06a97b3cc 100644 --- a/angelsbioprocessing/info.json +++ b/angelsbioprocessing/info.json @@ -10,8 +10,6 @@ "dependencies": [ "angelsrefining >= 0.12.1", "angelspetrochem >= 0.9.25", - "angelssmelting >= 0.6.17", - "? bobenemies >= 1.1.5", - "? boblibrary >= 1.2.0" + "angelssmelting >= 0.6.17" ] } diff --git a/angelsexploration/info.json b/angelsexploration/info.json index 3a0fdb0af..6b76ca47d 100644 --- a/angelsexploration/info.json +++ b/angelsexploration/info.json @@ -12,8 +12,6 @@ "angelspetrochem >= 0.9.21", "angelssmelting >= 0.6.18", "angelsbioprocessing >= 0.7.25", - "angelsindustries >= 0.4.15", - "? bobenemies >= 1.1.5", - "? bobwarfare >= 1.1.5" + "angelsindustries >= 0.4.15" ] } diff --git a/angelsindustries/info.json b/angelsindustries/info.json index 5f20f1d08..ce768c039 100644 --- a/angelsindustries/info.json +++ b/angelsindustries/info.json @@ -12,10 +12,6 @@ "angelspetrochem >= 0.9.25", "angelssmelting >= 0.6.17", "angelsbioprocessing >= 0.7.21", - "(?) bobassembly >= 1.1.5", - "(?) boblogistics >= 1.1.5", - "(?) bobtech >= 1.1.5", - "(?) bobrevamp >= 1.1.5", "(?) aai-industry >= 0.4.12" ] } diff --git a/angelspetrochem/info.json b/angelspetrochem/info.json index 4c205b40a..9bfefdca5 100644 --- a/angelspetrochem/info.json +++ b/angelspetrochem/info.json @@ -8,10 +8,6 @@ "homepage": "https://forums.factorio.com/viewforum.php?f=185", "description": "Angel's Petrochemical processing changes Oil processing and adds Gas processing, as well as a more complex web of chemical production. Includes overrides and tie-ins to Bob's technologies and recipes. Dependencies: Angel's Refining", "dependencies": [ - "angelsrefining >= 0.12.3", - "? bobplates >= 1.1.6", - "? bobassembly >= 1.1.5", - "? bobrevamp >= 1.1.5", - "? bobelectronics >= 1.1.6" + "angelsrefining >= 0.12.3" ] } diff --git a/angelsrefining/changelog.txt b/angelsrefining/changelog.txt index 0c32ab687..14f76fca6 100644 --- a/angelsrefining/changelog.txt +++ b/angelsrefining/changelog.txt @@ -3,6 +3,8 @@ Version: 0.12.7 Date: ??? Changes: - Changed library function to handle bad input data (968) + Bugfixes: + - Added dependencies on more of Bob's mods to fix issue where Bob's techs were not being correctly replaced (975) --------------------------------------------------------------------------------------------------- Version: 0.12.6 Date: 04.01.2024 diff --git a/angelsrefining/info.json b/angelsrefining/info.json index b11e9e510..ca2e652e1 100644 --- a/angelsrefining/info.json +++ b/angelsrefining/info.json @@ -9,12 +9,18 @@ "description": "Adds ore refining to the game. Compound ores have to be refined before you are able to smelt and cast them into plates. Works best (has more functionality) in conjunction with Angel's industries and/or Bob's mods and supports additional mods like Yuoki Industries.", "dependencies": [ "base >= 1.1.51", - "? bobplates >= 1.1.6", - "? bobrevamp >= 1.1.5", + "(?) bobassembly >= 1.1.5", + "? bobelectronics >= 1.1.6", + "? bobenemies >= 1.1.5", + "? boblibrary >= 1.2.0", + "(?) boblogistics >= 1.1.5", "(?) bobmodules", - "(?) boblogistics", + "? bobplates >= 1.1.6", "(?) bobpower", - "(?) bobelectronics", + "? bobrevamp >= 1.1.5", + "(?) bobtech >= 1.1.5", + "(?) bobvehicleequipment", + "? bobwarfare >= 1.1.5", "? rso-mod >= 2.3.3", "? Yuoki >= 0.4.0", "? UraniumPower >= 0.6.4", diff --git a/angelssmelting/info.json b/angelssmelting/info.json index 3443f165d..ee0534735 100644 --- a/angelssmelting/info.json +++ b/angelssmelting/info.json @@ -9,7 +9,6 @@ "description": "Angel's Smelting provides alternative ways to produce plate and increase ore yield at the expense of space and energy.", "dependencies": [ "angelsrefining >= 0.12.1", - "angelspetrochem >= 0.9.25", - "? bobplates >= 1.1.6" + "angelspetrochem >= 0.9.25" ] }