aboutsummaryrefslogtreecommitdiff
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
parent03a58064455f8a2786ad8ce9ce3ef5bf9a96bcbd (diff)
downloadGT5-Unofficial-884f6bc59ee108b749c8f6eb5eaf38962fa1d037.tar.gz
GT5-Unofficial-884f6bc59ee108b749c8f6eb5eaf38962fa1d037.tar.bz2
GT5-Unofficial-884f6bc59ee108b749c8f6eb5eaf38962fa1d037.zip
Tesla Cover Textures
-rw-r--r--src/main/java/com/github/technus/tectech/thing/metaTileEntity/Textures.java2
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.pngbin749 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.png.mcmeta5
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULT.png.mcmeta5
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULTI.pngbin906 -> 0 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER.pngbin0 -> 766 bytes
-rw-r--r--src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER_ULTIMATE.pngbin0 -> 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
deleted file mode 100644
index 50c05f7a93..0000000000
--- a/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER.png
+++ /dev/null
Binary files differ
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
deleted file mode 100644
index 5ce89b94aa..0000000000
--- a/src/main/resources/assets/gregtech/textures/blocks/TESLA_COVER_ULTI.png
+++ /dev/null
Binary files differ
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
new file mode 100644
index 0000000000..48fd00be12
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER.png
Binary files differ
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
new file mode 100644
index 0000000000..60a40684de
--- /dev/null
+++ b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER_ULTIMATE.png
Binary files differ