From 3f4c717de5ebc9b942d65ae45ac87c43bdf8a31b Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Tue, 3 Feb 2015 21:09:09 +0000 Subject: Made a few modifications to some classes, added earrings and bracelets. Improved coloring algorithm and balanced the Thieving Glove --- .../assets/jewelrycraft/textures/items/earrings.png | Bin 277 -> 273 bytes resources/assets/jewelrycraft/textures/items/guide.png | Bin 350 -> 316 bytes .../jewelrycraft/textures/items/jewelBracelet.png | Bin 0 -> 245 bytes .../jewelrycraft/textures/items/jewelEarrings.png | Bin 0 -> 227 bytes 4 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 resources/assets/jewelrycraft/textures/items/jewelBracelet.png create mode 100644 resources/assets/jewelrycraft/textures/items/jewelEarrings.png (limited to 'resources/assets/jewelrycraft/textures/items') diff --git a/resources/assets/jewelrycraft/textures/items/earrings.png b/resources/assets/jewelrycraft/textures/items/earrings.png index dae9728..7bf3a63 100644 Binary files a/resources/assets/jewelrycraft/textures/items/earrings.png and b/resources/assets/jewelrycraft/textures/items/earrings.png differ diff --git a/resources/assets/jewelrycraft/textures/items/guide.png b/resources/assets/jewelrycraft/textures/items/guide.png index 39c7f2c..c015875 100644 Binary files a/resources/assets/jewelrycraft/textures/items/guide.png and b/resources/assets/jewelrycraft/textures/items/guide.png differ diff --git a/resources/assets/jewelrycraft/textures/items/jewelBracelet.png b/resources/assets/jewelrycraft/textures/items/jewelBracelet.png new file mode 100644 index 0000000..f6fc3c8 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/jewelBracelet.png differ diff --git a/resources/assets/jewelrycraft/textures/items/jewelEarrings.png b/resources/assets/jewelrycraft/textures/items/jewelEarrings.png new file mode 100644 index 0000000..713e5c7 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/jewelEarrings.png differ -- cgit v1.2.3