diff options
Diffstat (limited to 'src/main/resources/assets')
-rw-r--r-- | src/main/resources/assets/goodgenerator/lang/en_US.lang | 12 | ||||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/gui/overlay_button/lock_off.png | bin | 0 -> 697 bytes | |||
-rw-r--r-- | src/main/resources/assets/goodgenerator/textures/gui/overlay_button/lock_on.png | bin | 0 -> 696 bytes |
3 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 diff --git a/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/lock_off.png b/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/lock_off.png Binary files differnew file mode 100644 index 0000000000..20dceacc7a --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/lock_off.png diff --git a/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/lock_on.png b/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/lock_on.png Binary files differnew file mode 100644 index 0000000000..ddd07319cb --- /dev/null +++ b/src/main/resources/assets/goodgenerator/textures/gui/overlay_button/lock_on.png |