From 93d32f3ba6a0b0235767aadee03c092db2836927 Mon Sep 17 00:00:00 2001 From: Dream-Master Date: Sun, 6 Jan 2019 23:36:23 +0100 Subject: add Core mod reinforced blocks to gt --- .../textures/blocks/iconsets/BLOCK_BRONZEPREIN.png | Bin 822 -> 353 bytes .../gregtech/textures/blocks/iconsets/BLOCK_IRREIN.png | Bin 822 -> 261 bytes .../textures/blocks/iconsets/BLOCK_NAQUADAHPREIN.png | Bin 0 -> 2942 bytes .../textures/blocks/iconsets/BLOCK_NEUTRONIUMPREIN.png | Bin 0 -> 2959 bytes .../textures/blocks/iconsets/BLOCK_STEELPREIN.png | Bin 0 -> 3003 bytes .../textures/blocks/iconsets/BLOCK_TITANIUMPREIN.png | Bin 0 -> 2998 bytes .../gregtech/textures/blocks/iconsets/BLOCK_TSREIN.png | Bin 822 -> 341 bytes 7 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_NAQUADAHPREIN.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_NEUTRONIUMPREIN.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_STEELPREIN.png create mode 100644 src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_TITANIUMPREIN.png (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_BRONZEPREIN.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_BRONZEPREIN.png index d314d50ee3..fb56f12c85 100644 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_BRONZEPREIN.png and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_BRONZEPREIN.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_IRREIN.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_IRREIN.png index 7e4c63cee1..97f48411b1 100644 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_IRREIN.png and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_IRREIN.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_NAQUADAHPREIN.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_NAQUADAHPREIN.png new file mode 100644 index 0000000000..a4828d2439 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_NAQUADAHPREIN.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_NEUTRONIUMPREIN.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_NEUTRONIUMPREIN.png new file mode 100644 index 0000000000..42a2d3dbe3 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_NEUTRONIUMPREIN.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_STEELPREIN.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_STEELPREIN.png new file mode 100644 index 0000000000..f2359665cd Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_STEELPREIN.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_TITANIUMPREIN.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_TITANIUMPREIN.png new file mode 100644 index 0000000000..1db84e04c8 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_TITANIUMPREIN.png differ diff --git a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_TSREIN.png b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_TSREIN.png index d0ea9e6113..5a93336b04 100644 Binary files a/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_TSREIN.png and b/src/main/resources/assets/gregtech/textures/blocks/iconsets/BLOCK_TSREIN.png differ -- cgit