diff options
author | GDCloud <93287602+GDCloudstrike@users.noreply.github.com> | 2023-03-24 02:32:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-24 02:32:48 +0100 |
commit | 7ae8404c3427d0744bbb4fd7fce9c8ffcfc71906 (patch) | |
tree | 2b5a4ef35293a9132d7974a5adf763de74783dc9 | |
parent | 616f752e443104f0172a182624ab5001f176916d (diff) | |
parent | 29817e202dcc67829496a0e1993b6bad4b8942f8 (diff) | |
download | GT5-Unofficial-7ae8404c3427d0744bbb4fd7fce9c8ffcfc71906.tar.gz GT5-Unofficial-7ae8404c3427d0744bbb4fd7fce9c8ffcfc71906.tar.bz2 GT5-Unofficial-7ae8404c3427d0744bbb4fd7fce9c8ffcfc71906.zip |
Merge pull request #179 from GTNewHorizons/multiAmpWireless-spotless-fixes
Spotless apply for branch multiAmpWireless for #178
-rw-r--r-- | src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java index 4523cc7f57..04df5d23ad 100644 --- a/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java +++ b/src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java @@ -16,8 +16,10 @@ public class Textures { private static final IIconContainer OVERLAY_ENERGY_OUT_POWER = new CustomIcon("iconsets/OVERLAY_ENERGY_OUT_POWER"); private static final IIconContainer OVERLAY_ENERGY_IN_LASER = new CustomIcon("iconsets/OVERLAY_ENERGY_IN_LASER"); private static final IIconContainer OVERLAY_ENERGY_OUT_LASER = new CustomIcon("iconsets/OVERLAY_ENERGY_OUT_LASER"); - private static final IIconContainer OVERLAY_ENERGY_ON_WIRELESS_4A = new CustomIcon("iconsets/OVERLAY_ENERGY_ON_WIRELESS_4A"); - private static final IIconContainer OVERLAY_ENERGY_ON_WIRELESS_16A = new CustomIcon("iconsets/OVERLAY_ENERGY_ON_WIRELESS_16A"); + private static final IIconContainer OVERLAY_ENERGY_ON_WIRELESS_4A = new CustomIcon( + "iconsets/OVERLAY_ENERGY_ON_WIRELESS_4A"); + private static final IIconContainer OVERLAY_ENERGY_ON_WIRELESS_16A = new CustomIcon( + "iconsets/OVERLAY_ENERGY_ON_WIRELESS_16A"); private static final IIconContainer MACHINE_UEV_SIDE = new CustomIcon("iconsets/MACHINE_UEV_SIDE"); private static final IIconContainer MACHINE_UIV_SIDE = new CustomIcon("iconsets/MACHINE_UIV_SIDE"); private static final IIconContainer MACHINE_UMV_SIDE = new CustomIcon("iconsets/MACHINE_UMV_SIDE"); |