aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com
diff options
context:
space:
mode:
authorBass <tudurap.com@gmail.com>2019-07-23 21:34:28 +0100
committerBass <tudurap.com@gmail.com>2019-07-23 21:34:28 +0100
commit884f6bc59ee108b749c8f6eb5eaf38962fa1d037 (patch)
treebf28376fbfa739432e3b2b6a6e208f7297a07ad3 /src/main/java/com
parent03a58064455f8a2786ad8ce9ce3ef5bf9a96bcbd (diff)
downloadGT5-Unofficial-884f6bc59ee108b749c8f6eb5eaf38962fa1d037.tar.gz
GT5-Unofficial-884f6bc59ee108b749c8f6eb5eaf38962fa1d037.tar.bz2
GT5-Unofficial-884f6bc59ee108b749c8f6eb5eaf38962fa1d037.zip
Tesla Cover Textures
Diffstat (limited to 'src/main/java/com')
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java2
1 files changed, 1 insertions, 1 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 ea4a3dcb79..be94940990 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
@@ -34,7 +34,7 @@ public class Textures {
private static final IIconContainer MACHINE_MAXV_BOTTOM = new CustomIcon("iconsets/MACHINE_MAXV_BOTTOM");
private static final IIconContainer TESLA_COVER_ICON = new CustomIcon("iconsets/TESLA_COVER");
- private static final IIconContainer TESLA_COVER_ULTIMATE_ICON = new CustomIcon("iconsets/TESLA_COVER_ULT");
+ private static final IIconContainer TESLA_COVER_ULTIMATE_ICON = new CustomIcon("iconsets/TESLA_COVER_ULTIMATE");
public static IIconContainer[] MACHINECASINGS_SIDE_TT = new IIconContainer[]{
MACHINE_8V_SIDE, MACHINE_LV_SIDE, MACHINE_MV_SIDE, MACHINE_HV_SIDE,