diff options
author | Maxim <maxim235@gmx.de> | 2023-01-24 10:09:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-24 10:09:45 +0100 |
commit | b0d2190027d20ea572c958496822711509c60400 (patch) | |
tree | 9bd7d1c4a3f6afc8de44bc0e2fdc16a29f5b309f /src/main/resources/assets/goodgenerator/lang | |
parent | 5ce5f507071ff505dbed388b0dfe6105f92bcfcc (diff) | |
download | GT5-Unofficial-b0d2190027d20ea572c958496822711509c60400.tar.gz GT5-Unofficial-b0d2190027d20ea572c958496822711509c60400.tar.bz2 GT5-Unofficial-b0d2190027d20ea572c958496822711509c60400.zip |
Add Yotta fluid lock (#131)
* Added fluid locking to yotta
* Added fluid lock and void excess to GUI buttons
Diffstat (limited to 'src/main/resources/assets/goodgenerator/lang')
-rw-r--r-- | src/main/resources/assets/goodgenerator/lang/en_US.lang | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/main/resources/assets/goodgenerator/lang/en_US.lang b/src/main/resources/assets/goodgenerator/lang/en_US.lang index be8210803d..9c137a4bae 100644 --- a/src/main/resources/assets/goodgenerator/lang/en_US.lang +++ b/src/main/resources/assets/goodgenerator/lang/en_US.lang @@ -283,6 +283,10 @@ scanner.info.NA=Current Neutron Kinetic Energy: scanner.info.YOTTank.0=Current Capacity: scanner.info.YOTTank.1=Fluid Name: scanner.info.YOTTank.2=Current Used: +scanner.info.YOTTank.3=Locked to: +scanner.info.YOTTank.none=None +scanner.info.YOTTank.empty=Empty +scanner.info.YOTTank.next=None. Will lock to next fluid scanner.info.XHE.0=Steam Output is equal to scanner.info.XHE.1=Overheated Threshold: scanner.info.UX.0=Running Parallel @@ -298,6 +302,9 @@ gui.NeutronActivator.1=Input: gui.YOTTank.0=Capacity: gui.YOTTank.1=Fluid: gui.YOTTank.2=Stored: +gui.YOTTank.3=Locked: +gui.YOTTank.button.void=Void Excess +gui.YOTTank.button.locking=Fluid locking gui.LargeFusion.0=Energy Capacity: gui.LargeFusion.1=Stored Energy: @@ -444,8 +451,9 @@ essentiahatch.chat.0=Successfully locked to %s. essentiahatch.chat.1=Cleared. yothatch.chat.0=Set storage priority to %s. yothatch.chat.1=Set to %s mode -yottank.chat.0=Clear the lock filter -yottank.chat.1=Lock to %s +yottank.chat.0=Locked fluid cleared +yottank.chat.1=Locked to %s +yottank.chat.2=Will lock to next input fluid yottank.chat.voidExcessEnabled=Void Excess Enabled yottank.chat.voidExcessDisabled=Void Excess Disabled preciseassembler.chat.0=Precise Mode |