diff options
author | miozune <miozune@gmail.com> | 2022-08-05 12:04:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-05 10:04:45 +0700 |
commit | 706acdfc21857d5139a5dca304a1c84f6773484b (patch) | |
tree | 7e44132b38d6c5cab511f195c7eae95c74763921 /src/main/resources | |
parent | 47dd26138ba3883dd8689e4ba71339361ac2c752 (diff) | |
download | GT5-Unofficial-706acdfc21857d5139a5dca304a1c84f6773484b.tar.gz GT5-Unofficial-706acdfc21857d5139a5dca304a1c84f6773484b.tar.bz2 GT5-Unofficial-706acdfc21857d5139a5dca304a1c84f6773484b.zip |
Show original voltage (configurable) and amperage when overclocked (#1204)
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 282552b5ef..2bb26e3422 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -229,6 +229,7 @@ GT5U.config.nei.RecipeSecondMode=Show recipes using seconds (as opposed to ticks GT5U.config.nei.RecipeOwner=Show which mod added the recipe GT5U.config.nei.RecipeOwnerStackTrace=[debug] Show stack traces of recipe addition GT5U.config.nei.RecipeOwnerStackTrace.tooltip=[requires reboot] +GT5U.config.nei.OriginalVoltage=Show original voltage when overclocked GT5U.config.waila=Waila GT5U.config.waila.WailaTransformerVoltageTier=Show voltage tier of transformer |