aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/gui
diff options
context:
space:
mode:
authorkstvr32 <109012629+kstvr32@users.noreply.github.com>2024-09-04 07:27:10 -0400
committerGitHub <noreply@github.com>2024-09-04 11:27:10 +0000
commitc54c6573b993e31e8f2e0c06d001ea12d9eea245 (patch)
tree7989f9201c30939f6c5eb946687e01f5f9568b50 /src/main/java/gregtech/api/gui
parenta00730b12c60394a8855e8b7a07bd9dfa4d5a252 (diff)
downloadGT5-Unofficial-c54c6573b993e31e8f2e0c06d001ea12d9eea245.tar.gz
GT5-Unofficial-c54c6573b993e31e8f2e0c06d001ea12d9eea245.tar.bz2
GT5-Unofficial-c54c6573b993e31e8f2e0c06d001ea12d9eea245.zip
Add support to disable pattern optimization in CRIBs (#3043)
* add button to disable optimizing patterns in CRIBs * spotless --------- Co-authored-by: kstvr32 <kstvr32@gmail.com> Co-authored-by: boubou19 <miisterunknown@gmail.com>
Diffstat (limited to 'src/main/java/gregtech/api/gui')
-rw-r--r--src/main/java/gregtech/api/gui/modularui/GTUITextures.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/gui/modularui/GTUITextures.java b/src/main/java/gregtech/api/gui/modularui/GTUITextures.java
index 125e1640b0..b8e652dde1 100644
--- a/src/main/java/gregtech/api/gui/modularui/GTUITextures.java
+++ b/src/main/java/gregtech/api/gui/modularui/GTUITextures.java
@@ -405,6 +405,8 @@ public class GTUITextures {
.fullImage(GregTech.ID, "gui/overlay_button/retract_pipes");
public static final UITexture OVERLAY_BUTTON_HOURGLASS = UITexture
.fullImage(GregTech.ID, "gui/overlay_button/hourglass");
+ public static final UITexture OVERLAY_BUTTON_PATTERN_OPTIMIZE = UITexture
+ .fullImage(GregTech.ID, "gui/overlay_button/pattern_optimize");
public static final UITexture OVERLAY_BUTTON_LIQUIDMODE = UITexture
.fullImage(GregTech.ID, "gui/overlay_button/LiquidMode");