From 6ff6f8636f863b8dc8abb1f53ecef5d0fd6b40a0 Mon Sep 17 00:00:00 2001 From: Elkatra2 <116808419+Elkatra2@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:00:42 +0200 Subject: Fix of new Overflow Valve (#3186) Co-authored-by: Martin Robertz --- src/main/resources/assets/gregtech/lang/en_US.lang | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'src/main/resources') 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 -- cgit