diff options
author | Maxim <maxim235@gmx.de> | 2023-07-19 16:28:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-19 16:28:02 +0200 |
commit | 0275ea72b964afbd4281a759dd7f23975a20d100 (patch) | |
tree | ee7c8cf2e98bfd69d929cb95ccb06115cb3dec19 /src/main/resources | |
parent | 6656848378abe5e9bfb66e3f7b06a9f55789e9b6 (diff) | |
download | GT5-Unofficial-0275ea72b964afbd4281a759dd7f23975a20d100.tar.gz GT5-Unofficial-0275ea72b964afbd4281a759dd7f23975a20d100.tar.bz2 GT5-Unofficial-0275ea72b964afbd4281a759dd7f23975a20d100.zip |
Migrate fusion reactor to proper generic processing logic (#2145)
* Migrate fusion to generic processing logic
* Adjusted OC calculator to allow max number of OCs
* Fixed typo
* Fix buffer consumption logic
* Fix oversight
* Addressed reviews
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 3e5280b731..405613e287 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -351,6 +351,7 @@ GT5U.gui.text.duration_overflow=§7Processing time overflowed GT5U.gui.text.insufficient_power=§7Recipe needs more power to start. Required: %s EU/t (%s§7) GT5U.gui.text.insufficient_heat=§7Recipe needs more heat to start. Required: %s K (%s§7) GT5U.gui.text.insufficient_machine_tier=§7Recipe needs higher structure tier. Required: %s +GT5U.gui.text.insufficient_startup_power=§7Recipe needs higher startup power. Required: %s GT5U.item.programmed_circuit.select.header=Reprogram Circuit |