aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api/enums/Textures.java
diff options
context:
space:
mode:
authorMary <33456283+FourIsTheNumber@users.noreply.github.com>2024-09-07 09:16:14 -0400
committerGitHub <noreply@github.com>2024-09-07 13:16:14 +0000
commitf2c0a4fc6b65749871b60580a6f65374f589b994 (patch)
tree47d7ffeb0f74eb49fb707b6dfd001c6052c4ebeb /src/main/java/gregtech/api/enums/Textures.java
parent67607edb5343c892e46767db782da3b7da0f4c5a (diff)
downloadGT5-Unofficial-f2c0a4fc6b65749871b60580a6f65374f589b994.tar.gz
GT5-Unofficial-f2c0a4fc6b65749871b60580a6f65374f589b994.tar.bz2
GT5-Unofficial-f2c0a4fc6b65749871b60580a6f65374f589b994.zip
Finishing touches on black hole compressor (#3060)
Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: BucketBrigade <138534411+CookieBrigade@users.noreply.github.com>
Diffstat (limited to 'src/main/java/gregtech/api/enums/Textures.java')
-rw-r--r--src/main/java/gregtech/api/enums/Textures.java18
1 files changed, 15 insertions, 3 deletions
diff --git a/src/main/java/gregtech/api/enums/Textures.java b/src/main/java/gregtech/api/enums/Textures.java
index bd90cfe8ab..4eace204e6 100644
--- a/src/main/java/gregtech/api/enums/Textures.java
+++ b/src/main/java/gregtech/api/enums/Textures.java
@@ -346,6 +346,21 @@ public class Textures {
OVERLAY_FRONT_MULTI_COMPRESSOR_COOLING,
OVERLAY_FRONT_MULTI_COMPRESSOR_COOLING_GLOW,
+ OVERLAY_HATCH_HEAT_SENSOR,
+ OVERLAY_HATCH_HEAT_SENSOR_GLOW,
+
+ OVERLAY_MULTI_NEUTRONIUM,
+ OVERLAY_MULTI_NEUTRONIUM_GLOW,
+ OVERLAY_MULTI_NEUTRONIUM_ACTIVE,
+ OVERLAY_MULTI_NEUTRONIUM_ACTIVE_GLOW,
+
+ OVERLAY_MULTI_BLACKHOLE,
+ OVERLAY_MULTI_BLACKHOLE_GLOW,
+ OVERLAY_MULTI_BLACKHOLE_ACTIVE,
+ OVERLAY_MULTI_BLACKHOLE_ACTIVE_GLOW,
+ OVERLAY_MULTI_BLACKHOLE_UNSTABLE,
+ OVERLAY_MULTI_BLACKHOLE_UNSTABLE_GLOW,
+
OVERLAY_FRONT_INDUSTRIAL_EXTRACTOR,
OVERLAY_FRONT_INDUSTRIAL_EXTRACTOR_ACTIVE,
OVERLAY_FRONT_INDUSTRIAL_EXTRACTOR_ACTIVE_GLOW,
@@ -1343,9 +1358,6 @@ public class Textures {
OVERLAY_HATCH_PH_SENSOR,
OVERLAY_HATCH_PH_SENSOR_GLOW,
- OVERLAY_HATCH_BLACKHOLE,
- OVERLAY_HATCH_BLACKHOLE_GLOW,
-
STRUCTURE_MARK,
MV_TOP_CYCLOTRON_SOLENOID,