diff options
author | querns <33518699+querns@users.noreply.github.com> | 2024-08-06 12:09:55 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 00:09:55 +0700 |
commit | 1e6430c9becfac0159b5ca0bc93c9ed22bb83bf7 (patch) | |
tree | 8457cacb4b8c7924f84fc521c27481568f217a02 /src/main/resources/assets/tectech/lang/en_US.lang | |
parent | 2c78eb27e51d2a2952822e63c08047d927019c9b (diff) | |
download | GT5-Unofficial-1e6430c9becfac0159b5ca0bc93c9ed22bb83bf7.tar.gz GT5-Unofficial-1e6430c9becfac0159b5ca0bc93c9ed22bb83bf7.tar.bz2 GT5-Unofficial-1e6430c9becfac0159b5ca0bc93c9ed22bb83bf7.zip |
Adds progress indicator and item being researched to TecTech Research Station GUI (#2836)
* Adds progress and output item to TT Researcher GUI
* Fixes integer division, adds i18n
Diffstat (limited to 'src/main/resources/assets/tectech/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/tectech/lang/en_US.lang | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/assets/tectech/lang/en_US.lang b/src/main/resources/assets/tectech/lang/en_US.lang index ece0cbab3c..55e93a3a23 100644 --- a/src/main/resources/assets/tectech/lang/en_US.lang +++ b/src/main/resources/assets/tectech/lang/en_US.lang @@ -1174,6 +1174,8 @@ GT5U.gui.text.insufficient_power_no_val=§7Insufficient power GT5U.gui.text.missing_upgrades=§7Missing upgrades GT5U.gui.text.waiting_for_inputs=§7Waiting for inputs GT5U.gui.text.computation_loss=§4Shut down due to computation loss. +GT5U.gui.text.researching_item=§fResearching: §b%s +GT5U.gui.text.research_progress=§fComputation: %d/%d (%s%%) # RecipeMaps gt.recipe.eyeofharmony=Eye of Harmony |