From 5f14653c028191c89a62a3c6a7f18f898752a8d2 Mon Sep 17 00:00:00 2001 From: Bass Date: Wed, 24 Jul 2019 02:54:34 +0100 Subject: Proper Texture implementation --- .../gregtech/textures/blocks/iconsets/TESLA_COVER.png | Bin 808 -> 0 bytes .../textures/blocks/iconsets/TESLA_COVER_ULTIMATE.png | Bin 799 -> 0 bytes .../gregtech/textures/blocks/iconsets/TESLA_OVERLAY.png | Bin 0 -> 808 bytes .../textures/blocks/iconsets/TESLA_OVERLAY_ULTIMATE.png | Bin 0 -> 799 bytes .../textures/blocks/iconsets/TESLA_TRANSCEIVER_TOP.png | Bin 0 -> 655 bytes 5 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER.png delete mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER_ULTIMATE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_OVERLAY.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_OVERLAY_ULTIMATE.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_TRANSCEIVER_TOP.png (limited to 'src/main/resources') 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 deleted file mode 100644 index fc16be01b0..0000000000 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER.png and /dev/null 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 deleted file mode 100644 index 5acfa08654..0000000000 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_COVER_ULTIMATE.png and /dev/null differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_OVERLAY.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_OVERLAY.png new file mode 100644 index 0000000000..fc16be01b0 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_OVERLAY.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_OVERLAY_ULTIMATE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_OVERLAY_ULTIMATE.png new file mode 100644 index 0000000000..5acfa08654 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_OVERLAY_ULTIMATE.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_TRANSCEIVER_TOP.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_TRANSCEIVER_TOP.png new file mode 100644 index 0000000000..c0de56149e Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/TESLA_TRANSCEIVER_TOP.png differ -- cgit