diff options
author | Noc <95299389+Nockyx@users.noreply.github.com> | 2024-11-01 16:48:31 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 19:48:31 +0000 |
commit | 6b0467685b833db1282dde5c22a2cd9230fda376 (patch) | |
tree | 9bcb629a76b11444964f2cac8e076a1bb7216051 /src/main/resources/assets/gregtech/lang | |
parent | 0c73ba7f8dd7e7e2429f084eeb0fc7855849695d (diff) | |
download | GT5-Unofficial-6b0467685b833db1282dde5c22a2cd9230fda376.tar.gz GT5-Unofficial-6b0467685b833db1282dde5c22a2cd9230fda376.tar.bz2 GT5-Unofficial-6b0467685b833db1282dde5c22a2cd9230fda376.zip |
Fixes for Deep Earth Heating Pump (#3434)
Diffstat (limited to 'src/main/resources/assets/gregtech/lang')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 3 |
1 files changed, 3 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 38565a572b..6235554b13 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -362,6 +362,8 @@ GT5U.MULTI_MACHINE_CHANGE=Now running in %s mode GT5U.MULTI_MACHINE_CONFIG.SAVE=Saved Multiblock Hatch Configuration GT5U.MULTI_MACHINE_CONFIG.LOAD=Loaded Multiblock Hatch Configuration GT5U.MULTI_MACHINE_CONFIG.LOAD.FAIL=Failed to load Multiblock Hatch Configuration +GT5U.DEHP.mode.0=Direct Steam +GT5U.DEHP.mode.1=Coolant Heating GT5U.machines.oreprocessor1=§eRunning Mode: GT5U.machines.oreprocessor2=§cTime: %s s GT5U.machines.oreprocessor.void=§eVoid Stone Dust: %s @@ -527,6 +529,7 @@ GT5U.gui.text.machine_mismatch=§7Machine doesn't match to locked recipe GT5U.gui.text.high_gravity=§7Recipe needs low gravity GT5U.gui.text.no_mining_pipe=§7Missing Mining Pipe GT5U.gui.text.drilling=§aDrilling +GT5U.gui.text.circulating_fluid=§aCirculating Fluid GT5U.gui.text.deploying_pipe=§aDeploying mining pipe GT5U.gui.text.extracting_pipe=§aExtracting pipe GT5U.gui.text.retracting_pipe=§aRetracting pipe |