diff options
author | NotAPenguin <michiel.vandeginste@gmail.com> | 2024-09-22 19:47:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-22 17:47:29 +0000 |
commit | e14fd93609659e983caa3353c1de4c8e2f034f01 (patch) | |
tree | 6bede7106f4666b8f8cdfbb6301b516974de78d5 /src/main/java/gregtech/api/gui/modularui | |
parent | e35cabae267e6f215689fcd668393e4acc79e638 (diff) | |
download | GT5-Unofficial-e14fd93609659e983caa3353c1de4c8e2f034f01.tar.gz GT5-Unofficial-e14fd93609659e983caa3353c1de4c8e2f034f01.tar.bz2 GT5-Unofficial-e14fd93609659e983caa3353c1de4c8e2f034f01.zip |
Waterline tweaks (#3256)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to 'src/main/java/gregtech/api/gui/modularui')
-rw-r--r-- | src/main/java/gregtech/api/gui/modularui/GTUITextures.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/gui/modularui/GTUITextures.java b/src/main/java/gregtech/api/gui/modularui/GTUITextures.java index b8e652dde1..67fc603f3e 100644 --- a/src/main/java/gregtech/api/gui/modularui/GTUITextures.java +++ b/src/main/java/gregtech/api/gui/modularui/GTUITextures.java @@ -214,6 +214,8 @@ public class GTUITextures { public static final UITexture PROGRESSBAR_OZONATION = UITexture.fullImage(GregTech.ID, "gui/progressbar/ozonation"); public static final UITexture PROGRESSBAR_PLASMA_HEATER = UITexture .fullImage(GregTech.ID, "gui/progressbar/water_plasma_heater"); + public static final UITexture PROGRESSBAR_UV_TREATMENT = UITexture + .fullImage(GregTech.ID, "gui/progressbar/uvtreatment"); public static FallbackableUITexture fallbackableProgressbar(String name, UITexture fallback) { return new FallbackableUITexture(UITexture.fullImage(GregTech.ID, "gui/progressbar/" + name), fallback); |