diff options
| author | Maxim <maxim235@gmx.de> | 2023-01-24 10:09:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-24 10:09:45 +0100 |
| commit | b0d2190027d20ea572c958496822711509c60400 (patch) | |
| tree | 9bd7d1c4a3f6afc8de44bc0e2fdc16a29f5b309f /src/main/java/goodgenerator/client/GUI | |
| parent | 5ce5f507071ff505dbed388b0dfe6105f92bcfcc (diff) | |
| download | GT5-Unofficial-b0d2190027d20ea572c958496822711509c60400.tar.gz GT5-Unofficial-b0d2190027d20ea572c958496822711509c60400.tar.bz2 GT5-Unofficial-b0d2190027d20ea572c958496822711509c60400.zip | |
Add Yotta fluid lock (#131)
* Added fluid locking to yotta
* Added fluid lock and void excess to GUI buttons
Diffstat (limited to 'src/main/java/goodgenerator/client/GUI')
| -rw-r--r-- | src/main/java/goodgenerator/client/GUI/GG_UITextures.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/goodgenerator/client/GUI/GG_UITextures.java b/src/main/java/goodgenerator/client/GUI/GG_UITextures.java index 260dc22185..0dcc2f7743 100644 --- a/src/main/java/goodgenerator/client/GUI/GG_UITextures.java +++ b/src/main/java/goodgenerator/client/GUI/GG_UITextures.java @@ -13,4 +13,6 @@ public class GG_UITextures { UITexture.fullImage(MODID, "gui/picture/extreme_heat_exchanger"); public static final UITexture PICTURE_COMPONENT_ASSLINE = UITexture.fullImage(MODID, "gui/picture/component_assline"); + public static final UITexture OVERLAY_BUTTON_LOCK_OFF = UITexture.fullImage(MODID, "gui/overlay_button/lock_off"); + public static final UITexture OVERLAY_BUTTON_LOCK_ON = UITexture.fullImage(MODID, "gui/overlay_button/lock_on"); } |
