diff options
author | Elkatra2 <116808419+Elkatra2@users.noreply.github.com> | 2024-09-18 11:00:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-18 11:00:42 +0200 |
commit | 6ff6f8636f863b8dc8abb1f53ecef5d0fd6b40a0 (patch) | |
tree | 89f842cef516a21dfb51e8a60d50c044dc5c8c0d /src/main/resources | |
parent | fde90cfcb3bcbb2aba986427071b4f66499285a0 (diff) | |
download | GT5-Unofficial-6ff6f8636f863b8dc8abb1f53ecef5d0fd6b40a0.tar.gz GT5-Unofficial-6ff6f8636f863b8dc8abb1f53ecef5d0fd6b40a0.tar.bz2 GT5-Unofficial-6ff6f8636f863b8dc8abb1f53ecef5d0fd6b40a0.zip |
Fix of new Overflow Valve (#3186)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index b1ce4bb4cc..c0d9a98e88 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -1658,14 +1658,15 @@ GT5U.gui.text.no_output_for_sapling=§7This sapling yields no outputs GT5U.gui.text.no_tools=§7Missing applicable tools # Cover Overflow Valve -GTPP.gui.text.cover_overflow_valve_overflow_point=§7Overflow Point -GTPP.gui.text.cover_overflow_valve_voiding_rate=§7Voiding Rate -GTPP.gui.text.cover_overflow_valve_allow_fluid_input=§7Allow Fluid Input -GTPP.gui.text.cover_overflow_valve_block_fluid_input=§7Block Fluid Input -GTPP.gui.text.cover_overflow_valve_allow_fluid_output=§7Allow Fluid Output -GTPP.gui.text.cover_overflow_valve_block_fluid_output=§7Block Fluid Output -GTPP.gui.text.cover_overflow_valve_l_per_second=§7L/s -GTPP.gui.text.cover_overflow_valve_l_per_update=§7L/update +GTPP.chat.text.cover_overflow_valve_overflow_point=Overflow Point: %d L +GTPP.gui.text.cover_overflow_valve_overflow_point=Overflow Point +GTPP.gui.text.cover_overflow_valve_voiding_rate=Voiding Rate +GTPP.gui.text.cover_overflow_valve_allow_fluid_input=Allow Fluid Input +GTPP.gui.text.cover_overflow_valve_block_fluid_input=Block Fluid Input +GTPP.gui.text.cover_overflow_valve_allow_fluid_output=Allow Fluid Output +GTPP.gui.text.cover_overflow_valve_block_fluid_output=Block Fluid Output +GTPP.gui.text.cover_overflow_valve_liter=L +GTPP.gui.text.cover_overflow_valve_l_per_update=L/update GTPP.EBF.heat=Heat capacity |