diff options
author | miozune <miozune@gmail.com> | 2023-05-08 17:25:22 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 10:25:22 +0200 |
commit | 4f5d9697557f8aeee32fe2b1cc5e22393a7ff8ad (patch) | |
tree | 28a350d6afca99a0ed5befe62769cb63352a4734 /src/main/resources/assets/gregtech/lang/en_US.lang | |
parent | 312812a4b8ee14ab2f1ad53ed2a941543942f16e (diff) | |
download | GT5-Unofficial-4f5d9697557f8aeee32fe2b1cc5e22393a7ff8ad.tar.gz GT5-Unofficial-4f5d9697557f8aeee32fe2b1cc5e22393a7ff8ad.tar.bz2 GT5-Unofficial-4f5d9697557f8aeee32fe2b1cc5e22393a7ff8ad.zip |
Migrate to FluidSlotWidget from FluidDisplaySlotWidget (#1963)
Diffstat (limited to 'src/main/resources/assets/gregtech/lang/en_US.lang')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index e7e10ac1ea..175b11cd6a 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -151,13 +151,6 @@ GT5U.machines.special_slot.tooltip=Data Slot GT5U.machines.special_slot.tooltip.1=§7See recipes for usage GT5U.machines.unused_slot.tooltip=Storage Slot GT5U.machines.unused_slot.tooltip.1=§7Unused in this machine -GT5U.machines.fluid_input_slot.tooltip=Fluid Input Tank -GT5U.machines.fluid_input_slot.tooltip.1=§7%1$d§7L Capacity -GT5U.machines.fluid_input_slot.tooltip.2=§7Fill with full cells -GT5U.machines.fluid_input_slot.tooltip.3=§7Drain with empty cells -GT5U.machines.fluid_output_slot.tooltip=Fluid Output Tank -GT5U.machines.fluid_output_slot.tooltip.1=§7%1$d§7L Capacity -GT5U.machines.fluid_output_slot.tooltip.2=§7Drain with empty cells GT5U.machines.stalled_stuttering.tooltip=§4Stalled: Insufficient %1$s§4! GT5U.machines.stalled_stuttering.tooltip.1=§7Provide %1$s§7 consistently GT5U.machines.stalled_stuttering.tooltip.2=§7for the entire duration of |