diff options
| author | Wilhelm Schuster <dev@rot13.io> | 2023-06-15 19:09:20 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-15 19:09:20 +0200 | 
| commit | 5a81c950ed90c77d1f6462f9ea65e7106c544efc (patch) | |
| tree | a762519ff530b3a17017266562f48a27b9f7b294 /src/main/resources | |
| parent | 6dc5ba69cbda530c58653e095fff2815cd4614cb (diff) | |
| download | GT5-Unofficial-5a81c950ed90c77d1f6462f9ea65e7106c544efc.tar.gz GT5-Unofficial-5a81c950ed90c77d1f6462f9ea65e7106c544efc.tar.bz2 GT5-Unofficial-5a81c950ed90c77d1f6462f9ea65e7106c544efc.zip | |
Rearrange Super and Quantum Tank GUI a little bit (#2084)
Also make some labels translatable.
Diffstat (limited to 'src/main/resources')
| -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 4923300d15..0a80c836bc 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -112,6 +112,9 @@ GT5U.machines.digitalchest.inputfilter.disabled=Input Filter §cOff§r  GT5U.machines.digitaltank.tooltip=Stores %sL of fluid  GT5U.machines.digitaltank.tooltip1=Will keep its contents when harvested  GT5U.machines.digitaltank.autooutput.tooltip=Fluid Auto-Output +GT5U.machines.digitaltank.fluid.amount=Fluid Amount +GT5U.machines.digitaltank.lockfluid.label=Locked Fluid +GT5U.machines.digitaltank.lockfluid.empty=None  GT5U.machines.digitaltank.lockfluid.tooltip=Lock Fluid Mode  GT5U.machines.digitaltank.lockfluid.tooltip.1=§7This tank will be locked to only accept one type of fluid  GT5U.machines.digitaltank.lockfluid.tooltip.2=§7It will be locked to the first fluid type that enters the tank | 
