aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/goodgenerator/client/GUI
diff options
context:
space:
mode:
authorRaven Szewczyk <git@eigenraven.me>2024-05-25 14:05:54 +0100
committerRaven Szewczyk <git@eigenraven.me>2024-05-25 14:05:54 +0100
commit84481c22d7d4e0834de97a150d257ce6e85ad690 (patch)
treeb988e796d924e443195c370cd9a8d70636d8104d /src/main/java/goodgenerator/client/GUI
parent38c0e7b45323f37cf84e54dcaef578e7faf1d473 (diff)
downloadGT5-Unofficial-84481c22d7d4e0834de97a150d257ce6e85ad690.tar.gz
GT5-Unofficial-84481c22d7d4e0834de97a150d257ce6e85ad690.tar.bz2
GT5-Unofficial-84481c22d7d4e0834de97a150d257ce6e85ad690.zip
Update spotless to the GT5u version
Diffstat (limited to 'src/main/java/goodgenerator/client/GUI')
-rw-r--r--src/main/java/goodgenerator/client/GUI/GG_UITextures.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/goodgenerator/client/GUI/GG_UITextures.java b/src/main/java/goodgenerator/client/GUI/GG_UITextures.java
index 97d4599562..2b9bc8df84 100644
--- a/src/main/java/goodgenerator/client/GUI/GG_UITextures.java
+++ b/src/main/java/goodgenerator/client/GUI/GG_UITextures.java
@@ -8,15 +8,15 @@ public class GG_UITextures {
public static final UITexture PICTURE_NAQUADAH_REACTOR = UITexture.fullImage(MODID, "gui/picture/naquadah_reactor");
public static final UITexture PICTURE_NEUTRON_ACTIVATOR = UITexture
- .fullImage(MODID, "gui/picture/neutron_activator");
+ .fullImage(MODID, "gui/picture/neutron_activator");
public static final UITexture PICTURE_EXTREME_HEAT_EXCHANGER = UITexture
- .fullImage(MODID, "gui/picture/extreme_heat_exchanger");
+ .fullImage(MODID, "gui/picture/extreme_heat_exchanger");
public static final UITexture PICTURE_COMPONENT_ASSLINE = UITexture
- .fullImage(MODID, "gui/picture/component_assline");
+ .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");
public static final UITexture OVERLAY_BUTTON_ASSEMBLER_MODE = UITexture
- .fullImage(MODID, "gui/overlay_button/assembler_mode");
+ .fullImage(MODID, "gui/overlay_button/assembler_mode");
public static final UITexture OVERLAY_BUTTON_PRECISE_MODE = UITexture
- .fullImage(MODID, "gui/overlay_button/precise_mode");
+ .fullImage(MODID, "gui/overlay_button/precise_mode");
}