-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Technology name change * New migration for version 1.3 Changes tech advanced-electronics-3 to advanced-processing-unit. * Add new localizations, change electronics techs to match item names from this mod * Add new bob-electronics tech Because vanilla electronics has been moved to the very top of the tech tree, this new tech fixes issues with circular tech prereqs and places the full yellow electronics board at a more appropriate stage on the tech tree * basic-circuit-board enabled = false This recipe is now unlocked by the vanilla electronics tech, which doesn't need any science packs * Remove reference to rocket control unit * Update technology-updates.lua advanced-electronics-3 -> advanced-processing-unit. Add bob-electronics to prereqs where needed. * Update technology-updates.lua * Add new item sounds * Add new item sounds * Fix item sounds added to recipe instead of item * Minor locale fixes - Avoid repeating translations - Define recipe name in prototype rather than locale file * Fixing missing recipe names --------- Co-authored-by: KiwiHawk <[email protected]>
- Loading branch information
Showing
10 changed files
with
290 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"technology": | ||
[ | ||
["advanced-electronics-3", "advanced-processing-unit"] | ||
] | ||
} |
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
Oops, something went wrong.