aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gtPlusPlus/xmod/gregtech/api
diff options
context:
space:
mode:
authorRose <awoonar.dust@gmail.com>2023-09-28 12:06:06 -0500
committerGitHub <noreply@github.com>2023-09-28 19:06:06 +0200
commita2448d0cb290cf90534fbf39f6aa0429ad1590fe (patch)
treedd65ab060ba93aac1f6b18d9111a9405cff6c7e5 /src/main/java/gtPlusPlus/xmod/gregtech/api
parent0209cf0c2610cdac0a8a379454340c0481f36466 (diff)
downloadGT5-Unofficial-a2448d0cb290cf90534fbf39f6aa0429ad1590fe.tar.gz
GT5-Unofficial-a2448d0cb290cf90534fbf39f6aa0429ad1590fe.tar.bz2
GT5-Unofficial-a2448d0cb290cf90534fbf39f6aa0429ad1590fe.zip
Addition for disabling harvest on crop manager (#756)
* Addition for disabling harvest on crop manager * Fix for incorrect NBT loading * Applied spotless * Spotless applied
Diffstat (limited to 'src/main/java/gtPlusPlus/xmod/gregtech/api')
-rw-r--r--src/main/java/gtPlusPlus/xmod/gregtech/api/gui/GTPP_UITextures.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gtPlusPlus/xmod/gregtech/api/gui/GTPP_UITextures.java b/src/main/java/gtPlusPlus/xmod/gregtech/api/gui/GTPP_UITextures.java
index f7cd6cab23..febd8aea62 100644
--- a/src/main/java/gtPlusPlus/xmod/gregtech/api/gui/GTPP_UITextures.java
+++ b/src/main/java/gtPlusPlus/xmod/gregtech/api/gui/GTPP_UITextures.java
@@ -84,6 +84,8 @@ public class GTPP_UITextures {
public static final UITexture OVERLAY_BUTTON_HARVESTER_MODE = UITexture
.fullImage(GTPlusPlus.ID, "gui/overlay_button/harvester_mode");
+ public static final UITexture OVERLAY_BUTTON_HARVESTER_TOGGLE = UITexture
+ .fullImage(GTPlusPlus.ID, "gui/overlay_button/harvester_toggle");
public static final UITexture OVERLAY_BUTTON_FLUSH = UITexture.fullImage(GTPlusPlus.ID, "gui/overlay_button/flush");
public static final UITexture OVERLAY_BUTTON_FLUSH_BRONZE = UITexture
.fullImage(GTPlusPlus.ID, "gui/overlay_button/flush_bronze");