diff options
author | くぁーりぃ <39122497+Quarri6343@users.noreply.github.com> | 2022-08-30 05:04:31 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-29 22:04:31 +0200 |
commit | 4927a8885381ca48479be71e7cdb37aae9cbf5fd (patch) | |
tree | 7664056ac3ec23574942e9a265e6ca37067b8963 /src/main/resources/assets/gregtech/lang | |
parent | ce1bd5b2138093a61e9b17989ffea7c126a00c12 (diff) | |
download | GT5-Unofficial-4927a8885381ca48479be71e7cdb37aae9cbf5fd.tar.gz GT5-Unofficial-4927a8885381ca48479be71e7cdb37aae9cbf5fd.tar.bz2 GT5-Unofficial-4927a8885381ca48479be71e7cdb37aae9cbf5fd.zip |
Digitalize Super Tank (#1318)
* add new GUI
* make gui interactable
* make later three buttons actually function
* add auto output feature
* do localization
* apply spotless
* spotless pt.2
Diffstat (limited to 'src/main/resources/assets/gregtech/lang')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 6a05a1e1b7..249e113c8b 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -102,8 +102,17 @@ GT5U.machines.separatebus=Input buses are separated GT5U.machines.pumpareaset=Pumping area set to GT5U.machines.oilfluidpump=Oil/Fluid Pump GT5U.machines.minermulti=Multiblock Miner -GT5U.machines.voidoveflow.enabled=Overflow voiding enabled -GT5U.machines.voidoveflow.disabled=Overflow voiding disabled +GT5U.machines.digitaltank.tooltip=Stores %sL of fluid +GT5U.machines.digitaltank.tooltip1=Can keep its contents when harvested +GT5U.machines.digitaltank.tooltip2=Sneak when harvesting to void its contents +GT5U.machines.digitaltank.autooutput.name=Fluid Auto-Output +GT5U.machines.digitaltank.lockfluid.name=Lock Fluid Mode +GT5U.machines.digitaltank.lockfluid.tooltip=§7First you need to a fill this tank fluid, then press the button +GT5U.machines.digitaltank.lockfluid.tooltip1=§7No liquids will be poured in here except this one +GT5U.machines.digitaltank.voidoverflow.name=Overflow Voiding Mode +GT5U.machines.digitaltank.voidoverflow.tooltip=§7Overflown Fluid is removing if tank full +GT5U.machines.digitaltank.voidfull.name=Void Full Mode +GT5U.machines.digitaltank.voidfull.tooltip=§7Fluid is completely removing GT5U.machines.select_circuit=Select Machine Mode GT5U.machines.select_circuit.tooltip=Ghost Circuit Slot GT5U.machines.select_circuit.tooltip.1=§7LMB/RMB/scroll to cycle through the list |