diff options
author | Léa Gris <lea.gris@noiraude.net> | 2021-05-06 21:12:59 +0200 |
---|---|---|
committer | Léa Gris <lea.gris@noiraude.net> | 2021-05-21 13:38:34 +0200 |
commit | da8d8f77f4074181238c071c4217c03b1853a16b (patch) | |
tree | 279f1a1c294ba97384aced32701d6cde27038441 /src/main/java/gregtech/api | |
parent | d460fb42f0ad100d4ea98d8c9cd6e2db5b64fcd6 (diff) | |
download | GT5-Unofficial-da8d8f77f4074181238c071c4217c03b1853a16b.tar.gz GT5-Unofficial-da8d8f77f4074181238c071c4217c03b1853a16b.tar.bz2 GT5-Unofficial-da8d8f77f4074181238c071c4217c03b1853a16b.zip |
feat(render): oil cracker glow
Diffstat (limited to 'src/main/java/gregtech/api')
-rw-r--r-- | src/main/java/gregtech/api/enums/Textures.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/enums/Textures.java b/src/main/java/gregtech/api/enums/Textures.java index b6b0c14f25..cef106642f 100644 --- a/src/main/java/gregtech/api/enums/Textures.java +++ b/src/main/java/gregtech/api/enums/Textures.java @@ -924,7 +924,9 @@ public class Textures { OVERLAY_FRONT_PYROLYSE_OVEN, OVERLAY_FRONT_PYROLYSE_OVEN_GLOW, OVERLAY_FRONT_OIL_CRACKER_ACTIVE, + OVERLAY_FRONT_OIL_CRACKER_ACTIVE_GLOW, OVERLAY_FRONT_OIL_CRACKER, + OVERLAY_FRONT_OIL_CRACKER_GLOW, OVERLAY_FRONT_DISTILLATION_TOWER_ACTIVE, OVERLAY_FRONT_DISTILLATION_TOWER, |