From 4f29b0ed24e393be7074abd851e207aadab38196 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sun, 12 Apr 2015 16:29:24 +0300 Subject: I rearranged files and added a few cool stuff. --- .../textures/tileentities/BricksPedestal.png | Bin 0 -> 616 bytes .../jewelrycraft2/textures/tileentities/Displayer.png | Bin 0 -> 1232 bytes .../textures/tileentities/JewelrsCraftingBench.png | Bin 0 -> 2005 bytes .../jewelrycraft2/textures/tileentities/Molder.png | Bin 0 -> 1020 bytes .../jewelrycraft2/textures/tileentities/ShadowEye1.png | Bin 0 -> 1437 bytes .../jewelrycraft2/textures/tileentities/ShadowEye2.png | Bin 0 -> 1437 bytes .../jewelrycraft2/textures/tileentities/ShadowEye3.png | Bin 0 -> 1446 bytes .../jewelrycraft2/textures/tileentities/ShadowEye4.png | Bin 0 -> 1464 bytes .../jewelrycraft2/textures/tileentities/ShadowHand.png | Bin 0 -> 1523 bytes .../jewelrycraft2/textures/tileentities/Smelter.png | Bin 0 -> 886 bytes 10 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/jewelrycraft2/textures/tileentities/BricksPedestal.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/tileentities/Displayer.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/tileentities/JewelrsCraftingBench.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/tileentities/Molder.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye1.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye2.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye3.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye4.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowHand.png create mode 100644 src/main/resources/assets/jewelrycraft2/textures/tileentities/Smelter.png (limited to 'src/main/resources/assets/jewelrycraft2/textures/tileentities') diff --git a/src/main/resources/assets/jewelrycraft2/textures/tileentities/BricksPedestal.png b/src/main/resources/assets/jewelrycraft2/textures/tileentities/BricksPedestal.png new file mode 100644 index 0000000..08ca87b Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/tileentities/BricksPedestal.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/tileentities/Displayer.png b/src/main/resources/assets/jewelrycraft2/textures/tileentities/Displayer.png new file mode 100644 index 0000000..200637b Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/tileentities/Displayer.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/tileentities/JewelrsCraftingBench.png b/src/main/resources/assets/jewelrycraft2/textures/tileentities/JewelrsCraftingBench.png new file mode 100644 index 0000000..1ee75d0 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/tileentities/JewelrsCraftingBench.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/tileentities/Molder.png b/src/main/resources/assets/jewelrycraft2/textures/tileentities/Molder.png new file mode 100644 index 0000000..c5acc88 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/tileentities/Molder.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye1.png b/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye1.png new file mode 100644 index 0000000..8916dc4 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye1.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye2.png b/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye2.png new file mode 100644 index 0000000..3c53104 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye2.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye3.png b/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye3.png new file mode 100644 index 0000000..a6340fb Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye3.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye4.png b/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye4.png new file mode 100644 index 0000000..0ba066e Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowEye4.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowHand.png b/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowHand.png new file mode 100644 index 0000000..e2b82c7 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/tileentities/ShadowHand.png differ diff --git a/src/main/resources/assets/jewelrycraft2/textures/tileentities/Smelter.png b/src/main/resources/assets/jewelrycraft2/textures/tileentities/Smelter.png new file mode 100644 index 0000000..6ec3595 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft2/textures/tileentities/Smelter.png differ -- cgit v1.2.3