diff options
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 |