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 --- resources/assets/jewelrycraft/lang/en_US.lang | 33 ++++++++++++++------- .../assets/jewelrycraft/textures/gui/curses.png | Bin 6035 -> 3145 bytes .../assets/jewelrycraft/textures/gui/guidePage.png | Bin 29547 -> 30287 bytes .../jewelrycraft/textures/gui/guidePageFlip.png | Bin 29469 -> 30247 bytes .../assets/jewelrycraft/textures/gui/hearts.png | Bin 0 -> 1787 bytes .../jewelrycraft/textures/items/earrings.png | Bin 277 -> 273 bytes .../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 9 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 resources/assets/jewelrycraft/textures/gui/hearts.png create mode 100644 resources/assets/jewelrycraft/textures/items/jewelBracelet.png create mode 100644 resources/assets/jewelrycraft/textures/items/jewelEarrings.png (limited to 'resources') diff --git a/resources/assets/jewelrycraft/lang/en_US.lang b/resources/assets/jewelrycraft/lang/en_US.lang index a9a8b87..b3b1e2d 100644 --- a/resources/assets/jewelrycraft/lang/en_US.lang +++ b/resources/assets/jewelrycraft/lang/en_US.lang @@ -1,24 +1,39 @@ item.Jewelrycraft.thiefGloves.name=Thiefing Gloves item.Jewelrycraft.ingotShadow.name=Shadow Ingot -item.Jewelrycraft.ingot2.0.name=Testium Ingot -item.Jewelrycraft.ingot2.1.name=Metallium Ingot -item.Jewelrycraft.ingot3.name=Ingot 3 -item.Jewelrycraft.ingot4.name=Ingot 4 -item.Jewelrycraft.ingot5.name=Ingot 5 -item.Jewelrycraft.ingot6.name=Ingot 6 -item.Jewelrycraft.ingot7.name=Ingot 7 item.Jewelrycraft.mold.ingot.name=Ingot Mold item.Jewelrycraft.mold.ring.name=Ring Mold item.Jewelrycraft.mold.necklace.name=Necklace Mold +item.Jewelrycraft.mold.bracelet.name=Bracelet Mold +item.Jewelrycraft.mold.earrings.name=Earrings Mold item.Jewelrycraft.mold.clayIngot.name=Clay Ingot Mold item.Jewelrycraft.mold.clayRing.name=Clay Ring Mold item.Jewelrycraft.mold.clayNecklace.name=Clay Necklace Mold +item.Jewelrycraft.mold.clayBracelet.name=Clay Bracelet Mold +item.Jewelrycraft.mold.clayEarrings.name=Clay Earrings Mold item.Jewelrycraft.ring.name=Ring item.Jewelrycraft.necklace.name=Necklace -item.Jewelrycraft.crystal.name=Crystal +item.Jewelrycraft.bracelet.name=Bracelet +item.Jewelrycraft.earrings.name=Earrings item.Jewelrycraft.guide.name=Jewelrycraft Guide item.Jewelrycraft.bucket.name=Bucket of Molten +item.Jewelrycraft.crystal.0.name=Black Crystal +item.Jewelrycraft.crystal.1.name=Red Crystal +item.Jewelrycraft.crystal.2.name=Green Crystal +item.Jewelrycraft.crystal.3.name=Brown Crystal +item.Jewelrycraft.crystal.4.name=Blue Crystal +item.Jewelrycraft.crystal.5.name=Purple Crystal +item.Jewelrycraft.crystal.6.name=Cyan Crystal +item.Jewelrycraft.crystal.7.name=Light Gray Crystal +item.Jewelrycraft.crystal.8.name=Gray Crystal +item.Jewelrycraft.crystal.9.name=Pink Crystal +item.Jewelrycraft.crystal.10.name=Lime Crystal +item.Jewelrycraft.crystal.11.name=Yellow Crystal +item.Jewelrycraft.crystal.12.name=Light Blue Crystal +item.Jewelrycraft.crystal.13.name=Magenta Crystal +item.Jewelrycraft.crystal.14.name=Orange Crystal +item.Jewelrycraft.crystal.15.name=White Crystal + tile.Jewelrycraft.oreShadow.name=Shadow Ore tile.Jewelrycraft.blockShadow.name=Shadow Block tile.Jewelrycraft.glow.name=Glow @@ -33,8 +48,6 @@ tile.Jewelrycraft.shadowEye.name=Cursed Eye tile.Jewelrycraft.handPedestal.name=Hand Pedestal itemGroup.JewelryCraft=Jewelrycraft -itemGroup.Rings=Jewelrycraft Rings -itemGroup.Necklaces=Jewelrycraft Necklaces itemGroup.Liquids=Liquids chatmessage.Jewelrycraft.molder.addedmold=Added %s to molder. diff --git a/resources/assets/jewelrycraft/textures/gui/curses.png b/resources/assets/jewelrycraft/textures/gui/curses.png index 64220f3..4105e37 100644 Binary files a/resources/assets/jewelrycraft/textures/gui/curses.png and b/resources/assets/jewelrycraft/textures/gui/curses.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/guidePage.png b/resources/assets/jewelrycraft/textures/gui/guidePage.png index c74dab2..4dcf812 100644 Binary files a/resources/assets/jewelrycraft/textures/gui/guidePage.png and b/resources/assets/jewelrycraft/textures/gui/guidePage.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png b/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png index 0746861..be617ab 100644 Binary files a/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png and b/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/hearts.png b/resources/assets/jewelrycraft/textures/gui/hearts.png new file mode 100644 index 0000000..b74087f Binary files /dev/null and b/resources/assets/jewelrycraft/textures/gui/hearts.png differ 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