aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/gui
diff options
context:
space:
mode:
authorMartin Robertz <dream-master@gmx.net>2023-03-18 20:52:28 +0100
committerMartin Robertz <dream-master@gmx.net>2023-03-18 20:52:28 +0100
commit7a4922087afa1d18b63a1459d78471c24557eab0 (patch)
tree0841e59786daccbb0f0128098d575a894083a5e6 /src/main/java/gregtech/api/gui
parent4159f36223a936528f43eaa4439281478a4314c2 (diff)
downloadGT5-Unofficial-7a4922087afa1d18b63a1459d78471c24557eab0.tar.gz
GT5-Unofficial-7a4922087afa1d18b63a1459d78471c24557eab0.tar.bz2
GT5-Unofficial-7a4922087afa1d18b63a1459d78471c24557eab0.zip
Revert "Revert "merge master (#1800)""
This reverts commit 4159f36223a936528f43eaa4439281478a4314c2.
Diffstat (limited to 'src/main/java/gregtech/api/gui')
-rw-r--r--src/main/java/gregtech/api/gui/modularui/GT_UITextures.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/gui/modularui/GT_UITextures.java b/src/main/java/gregtech/api/gui/modularui/GT_UITextures.java
index 49a999b3fe..4b6030fa19 100644
--- a/src/main/java/gregtech/api/gui/modularui/GT_UITextures.java
+++ b/src/main/java/gregtech/api/gui/modularui/GT_UITextures.java
@@ -260,6 +260,10 @@ public class GT_UITextures {
.fullImage(MODID, "gui/overlay_button/autooutput_fluid");
public static final UITexture OVERLAY_BUTTON_ALLOW_INPUT = UITexture
.fullImage(MODID, "gui/overlay_button/allow_input");
+ public static final UITexture OVERLAY_BUTTON_AUTOPULL_ME = UITexture
+ .fullImage(MODID, "gui/overlay_button/auto_pull_me");
+ public static final UITexture OVERLAY_BUTTON_AUTOPULL_ME_DISABLED = UITexture
+ .fullImage(MODID, "gui/overlay_button/auto_pull_me_disabled");
public static final UITexture OVERLAY_BUTTON_BLOCK_INPUT = UITexture
.fullImage(MODID, "gui/overlay_button/block_input");
public static final UITexture OVERLAY_BUTTON_ARROW_GREEN_UP = UITexture