aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/enums/Textures.java
diff options
context:
space:
mode:
authorHarry <harryyunull@gmail.com>2023-07-26 09:17:14 -0400
committerGitHub <noreply@github.com>2023-07-26 15:17:14 +0200
commit093bfa0dc02bc330b1ed79704832152917c3d6f8 (patch)
treea53004e54ae3b026a8bdaa00b006189ab25e5426 /src/main/java/gregtech/api/enums/Textures.java
parent005fd2fbf72950f019cc2a20c37bb97c2c68b428 (diff)
downloadGT5-Unofficial-093bfa0dc02bc330b1ed79704832152917c3d6f8.tar.gz
GT5-Unofficial-093bfa0dc02bc330b1ed79704832152917c3d6f8.tar.bz2
GT5-Unofficial-093bfa0dc02bc330b1ed79704832152917c3d6f8.zip
Texture & Bug fixes for Crafting Input Hatches (#2182)
* crafting input textures * texture v2 * texture v3 * texture * various fixes * lazy pattern update * fix dtpf * fix removing pattern * spotless * fix lag in recipe checks * fix * increase tier so they look pretty
Diffstat (limited to 'src/main/java/gregtech/api/enums/Textures.java')
-rw-r--r--src/main/java/gregtech/api/enums/Textures.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/enums/Textures.java b/src/main/java/gregtech/api/enums/Textures.java
index b762385238..7dc0a28db2 100644
--- a/src/main/java/gregtech/api/enums/Textures.java
+++ b/src/main/java/gregtech/api/enums/Textures.java
@@ -1289,6 +1289,9 @@ public class Textures {
OVERLAY_ME_HATCH_ACTIVE,
OVERLAY_ME_INPUT_HATCH,
+ OVERLAY_ME_CRAFTING_INPUT_BUFFER,
+ OVERLAY_ME_CRAFTING_INPUT_BUS,
+ OVERLAY_ME_CRAFTING_INPUT_SLAVE,
OVERLAY_ME_INPUT_HATCH_ACTIVE,
OVERLAY_ME_CRAFTING_HATCH,
OVERLAY_ME_CRAFTING_HATCH_ACTIVE,