diff options
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java | 2 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.png | bin | 749 -> 0 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.png.mcmeta | 5 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULT.png.mcmeta | 5 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULTI.png | bin | 906 -> 0 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER.png | bin | 0 -> 766 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER_ULTIMATE.png | bin | 0 -> 768 bytes |
7 files changed, 1 insertions, 11 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, diff --git a/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.png b/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.png Binary files differdeleted file mode 100644 index 50c05f7a93..0000000000 --- a/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.png +++ /dev/null diff --git a/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.png.mcmeta deleted file mode 100644 index 97596ba817..0000000000 --- a/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation":{ - "frametime":2 - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULT.png.mcmeta b/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULT.png.mcmeta deleted file mode 100644 index dfae8cae16..0000000000 --- a/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULT.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation":{ - "frametime":1 - } -}
\ No newline at end of file diff --git a/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULTI.png b/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULTI.png Binary files differdeleted file mode 100644 index 5ce89b94aa..0000000000 --- a/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULTI.png +++ /dev/null diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER.png Binary files differnew file mode 100644 index 0000000000..48fd00be12 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER.png diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER_ULTIMATE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER_ULTIMATE.png Binary files differnew file mode 100644 index 0000000000..60a40684de --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER_ULTIMATE.png |