From 95273570a9154c474c213b87aaf38cd3faf99fbb Mon Sep 17 00:00:00 2001 From: くぁーりぃ <39122497+Quarri6343@users.noreply.github.com> Date: Thu, 1 Sep 2022 18:16:09 +0900 Subject: Digitalize Super Tank part 2 (#1331) * fix super tank pipe connecting issue * Add fifth button and fix translation key * apply spotless * fix --- src/main/resources/assets/gregtech/lang/en_US.lang | 1 + .../assets/gregtech/textures/gui/DigitalTank.png | Bin 2802 -> 2649 bytes 2 files changed, 1 insertion(+) (limited to 'src/main/resources/assets/gregtech') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 249e113c8b..017aeedb78 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -113,6 +113,7 @@ 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.digitaltank.inputfromoutput.name=Input Fluid from Output Side 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 diff --git a/src/main/resources/assets/gregtech/textures/gui/DigitalTank.png b/src/main/resources/assets/gregtech/textures/gui/DigitalTank.png index 56ac5d1ba0..5f8348035c 100644 Binary files a/src/main/resources/assets/gregtech/textures/gui/DigitalTank.png and b/src/main/resources/assets/gregtech/textures/gui/DigitalTank.png differ -- cgit