From 33910a2881b3aed51179b789fc927c19f28883b5 Mon Sep 17 00:00:00 2001 From: Connor-Colenso <52056774+Connor-Colenso@users.noreply.github.com> Date: Wed, 3 Aug 2022 01:50:09 +0100 Subject: More OpV purge (#1188) * Fix possible out-of-bounds error. * Bye bye OpV * Bye bye OpV * Some textures while I'm here * Test * Maybe Co-authored-by: GTNH-Colen <54497873+GTNH-Colen@users.noreply.github.com> --- .../textures/blocks/iconsets/MACHINE_OPV_BOTTOM.png | Bin 1147 -> 0 bytes .../textures/blocks/iconsets/MACHINE_OPV_SIDE.png | Bin 1147 -> 0 bytes .../textures/blocks/iconsets/MACHINE_OPV_TOP.png | Bin 1147 -> 0 bytes 3 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_BOTTOM.png delete mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_SIDE.png delete mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_TOP.png (limited to 'src/main/resources/assets/gregtech/textures/blocks') diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_BOTTOM.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_BOTTOM.png deleted file mode 100644 index ad519ab78d..0000000000 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_BOTTOM.png and /dev/null differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_SIDE.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_SIDE.png deleted file mode 100644 index ad519ab78d..0000000000 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_SIDE.png and /dev/null differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_TOP.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_TOP.png deleted file mode 100644 index ad519ab78d..0000000000 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/MACHINE_OPV_TOP.png and /dev/null differ -- cgit