-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove steam science pack * Update bobtech.cfg Add locale for new tech, remove redundant or outdated locales. * Remove steam science pack * Add burner generator * Add burner generator * Remove steam science pack * Update burner phase Add new burner lab tech, adjust prereqs, remove redundant recipe disabling. * Add burner generator * Remove steam science pack, add burner generator * Remove steam science pack, add burner generator * Update burner phase * Add burner generator * Add burner generator * Add burner generator * Add burner generator * Make t1 pipes unlock on steam power * Make t1 pipes unlock on steam power * Remove unneeded steel prereq from electrolysis-2 * Revise repair pack techs Since repair pack 1 now has its own vanilla tech, this pushes the remaining repair packs down the tree by one science pack. Repair pack 2 was also previously one of only a handful of steel techs that did not require SP2, so this is also more consistent in that regard. * Update areadrills.lua Since electric mining drills now have their own vanilla tech, this pushes the remaining drills down the tree by one science pack. Area drill 1 was also previously one of only a handful of steel techs that did not require SP2, so this is also more consistent in that regard. * Update drills.lua Since electric mining drills now have their own vanilla tech, this pushes the remaining drills down the tree by one science pack. Bob drill 1 was also previously one of only a handful of steel techs that did not require SP2, so this is also more consistent in that regard. * Push water pumpjack techs down tree by 1 science pack * Revise area drill tech numbering * Revise area drill tech numbering * Revising mining drill tech numbering * Revise area drill tech numbering * Revise pumpjack tech numbering * Update pumpjacks.lua Revise pumpjack tech numbering. Change pumpjack 2 recipe to have red circuits so that there is any kind of separation between its recipe and pumpjack 1's recipe. * Revising mining drill tech numbering * Update burner phase * Change SP2 back to using yellow belts Makes SP2 recipe require tin. * Update burner phase * Update with perceived_performance * Update with perceived_performance * Remove unneeded direction_count * Adjust burner phase * Reverting change to fix softlock Labs can't require yellow belts when yellow belts require science packs to unlock * Reduce the number of tiers of Pumpjack and Water pumpjack T1 and T2 pumpjack were both being unlocked at green science * Fix log file errors with just bobrevamp * Fixing prerequisites with plates / revamp * Formatting * Fixing log file warning * Fixing prerequisites / recipe unlocks * Add burner lab tech icon * Burner stage fixes - Removed tech Basic Automation - Burner Assembling Machine should be unlocked from the start - Steam Assembling Machine should be unlocked with Steam Power tech - Move tech prototype creation from data-updates stage to data stage - bobtech mod was creating "bob-steam-engine-1" in technology-updates.lua - Remove technology "steam-automation" - Make Basic Logistics a trigger tech - 10 iron gear wheels - * Don't rename science packs * Remove science pack colours update setting This has caused a lot of confusion when discussing progression. It' much easier if people all mean the same thing when they are talking about red science! * Remove warning about conflict with AAI. Burner phase is automatically disabled with AAI * Update changelog.txt --------- Co-authored-by: KiwiHawk <[email protected]>
- Loading branch information
Showing
40 changed files
with
475 additions
and
718 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"item": | ||
[ | ||
["bob-pumpjack-4", "bob-pumpjack-3"], | ||
["water-miner-5", "water-miner-4"] | ||
], | ||
"recipe": | ||
[ | ||
["bob-pumpjack-4", "bob-pumpjack-3"], | ||
["water-miner-5", "water-miner-4"] | ||
], | ||
"entity": | ||
[ | ||
["bob-pumpjack-4", "bob-pumpjack-3"], | ||
["water-miner-5", "water-miner-4"] | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.