From b22db6288809a012bcc7d39c768662d4198ec370 Mon Sep 17 00:00:00 2001 From: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:02:16 +0200 Subject: 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 Co-authored-by: Alexander Anishin <14104815+OneEyeMaker@users.noreply.github.com> --- src/main/java/gregtech/api/enums/Textures.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/gregtech/api') 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, -- cgit