aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
diff options
context:
space:
mode:
authorGDCloud <93287602+GDCloudstrike@users.noreply.github.com>2024-08-22 09:02:16 +0200
committerGitHub <noreply@github.com>2024-08-22 09:02:16 +0200
commitb22db6288809a012bcc7d39c768662d4198ec370 (patch)
treeaea3d89be453b36abf58acb2a3295c91ea3e5d93 /src/main/java/gregtech/api
parent4baa0d970bac9bcfb645e02f0acd274f13a8c18f (diff)
downloadGT5-Unofficial-b22db6288809a012bcc7d39c768662d4198ec370.tar.gz
GT5-Unofficial-b22db6288809a012bcc7d39c768662d4198ec370.tar.bz2
GT5-Unofficial-b22db6288809a012bcc7d39c768662d4198ec370.zip
Add visual distinction for dimensional convergence (#2934)
* change screen texture when convergence is active * forgor * remove magic number Co-authored-by: Alexander Anishin <14104815+OneEyeMaker@users.noreply.github.com> --------- Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: Alexander Anishin <14104815+OneEyeMaker@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/api')
-rw-r--r--src/main/java/gregtech/api/enums/Textures.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/enums/Textures.java b/src/main/java/gregtech/api/enums/Textures.java
index 618fc83c55..7aa982411f 100644
--- a/src/main/java/gregtech/api/enums/Textures.java
+++ b/src/main/java/gregtech/api/enums/Textures.java
@@ -583,6 +583,7 @@ public class Textures {
OVERLAY_FUSION3_GLOW,
OVERLAY_SCREEN,
OVERLAY_SCREEN_GLOW,
+ OVERLAY_RAINBOWSCREEN_GLOW,
OVERLAY_QTANK,
OVERLAY_QTANK_GLOW,
OVERLAY_QCHEST,