Skip to content

Commit

Permalink
Bob's techs not being replaced #975
Browse files Browse the repository at this point in the history
Centralize all Bob's dependencies in Refining
  • Loading branch information
KiwiHawk committed Feb 8, 2024
1 parent 6f407e0 commit 280a8a1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 21 deletions.
4 changes: 1 addition & 3 deletions angelsbioprocessing/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
4 changes: 1 addition & 3 deletions angelsexploration/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
4 changes: 0 additions & 4 deletions angelsindustries/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
6 changes: 1 addition & 5 deletions angelspetrochem/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
2 changes: 2 additions & 0 deletions angelsrefining/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 10 additions & 4 deletions angelsrefining/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 1 addition & 2 deletions angelssmelting/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}

0 comments on commit 280a8a1

Please sign in to comment.