From 5fce447142b3c0f4a214ca7eb208d9e5c25e6377 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sun, 23 Mar 2014 19:01:47 +0200 Subject: Added necklaces, Altar Block, new stuff, better Shadow Ingot texture --- .../assets/jewelrycraft/textures/items/ingotShadow.png | Bin 703 -> 467 bytes resources/assets/jewelrycraft/textures/items/jewel.png | Bin 244 -> 0 bytes .../jewelrycraft/textures/items/jewelNecklace.png | Bin 0 -> 241 bytes .../assets/jewelrycraft/textures/items/jewelRing.png | Bin 0 -> 244 bytes 4 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 resources/assets/jewelrycraft/textures/items/jewel.png create mode 100644 resources/assets/jewelrycraft/textures/items/jewelNecklace.png create mode 100644 resources/assets/jewelrycraft/textures/items/jewelRing.png (limited to 'resources/assets/jewelrycraft/textures/items') diff --git a/resources/assets/jewelrycraft/textures/items/ingotShadow.png b/resources/assets/jewelrycraft/textures/items/ingotShadow.png index 82b57c7..e3b3aed 100644 Binary files a/resources/assets/jewelrycraft/textures/items/ingotShadow.png and b/resources/assets/jewelrycraft/textures/items/ingotShadow.png differ diff --git a/resources/assets/jewelrycraft/textures/items/jewel.png b/resources/assets/jewelrycraft/textures/items/jewel.png deleted file mode 100644 index 4875772..0000000 Binary files a/resources/assets/jewelrycraft/textures/items/jewel.png and /dev/null differ diff --git a/resources/assets/jewelrycraft/textures/items/jewelNecklace.png b/resources/assets/jewelrycraft/textures/items/jewelNecklace.png new file mode 100644 index 0000000..41244d4 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/jewelNecklace.png differ diff --git a/resources/assets/jewelrycraft/textures/items/jewelRing.png b/resources/assets/jewelrycraft/textures/items/jewelRing.png new file mode 100644 index 0000000..4875772 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/jewelRing.png differ -- cgit v1.2.3