diff options
| author | GDCloud <gdcloudstrike@gmail.com> | 2023-03-24 22:59:08 +0100 |
|---|---|---|
| committer | GDCloud <gdcloudstrike@gmail.com> | 2023-03-24 22:59:08 +0100 |
| commit | 5805a1658991cad5bfa3bd2386c39844338747b6 (patch) | |
| tree | 2b37698a594513b2f91e064e0d62b81eb2c580bb /src/main/java | |
| parent | 02710cbbbbb5254d8182e53cd7de66418ef0b514 (diff) | |
| parent | 7ae8404c3427d0744bbb4fd7fce9c8ffcfc71906 (diff) | |
| download | GT5-Unofficial-5805a1658991cad5bfa3bd2386c39844338747b6.tar.gz GT5-Unofficial-5805a1658991cad5bfa3bd2386c39844338747b6.tar.bz2 GT5-Unofficial-5805a1658991cad5bfa3bd2386c39844338747b6.zip | |
Merge remote-tracking branch 'origin/multiAmpWireless' into multiAmpWireless
Diffstat (limited to 'src/main/java')
| -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"); |
