From d8bcaa05a5536f76aaf3d2286d3bb1c368586d1e Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Wed, 18 Dec 2013 23:54:49 +0200 Subject: Added clay molds, fixed particles issues, rings now take the color of the ingot used. --- resources/assets/jewelrycraft/lang/en_US.lang | 3 +++ .../jewelrycraft/textures/items/clayIngotMold.png | Bin 0 -> 449 bytes .../jewelrycraft/textures/items/clayNecklaceMold.png | Bin 0 -> 584 bytes .../assets/jewelrycraft/textures/items/clayRingMold.png | Bin 0 -> 606 bytes .../assets/jewelrycraft/textures/items/ingotMold.png | Bin 450 -> 440 bytes .../assets/jewelrycraft/textures/items/necklaceMold.png | Bin 604 -> 551 bytes resources/assets/jewelrycraft/textures/items/ring.png | Bin 261 -> 267 bytes .../assets/jewelrycraft/textures/items/ringMold.png | Bin 638 -> 580 bytes 8 files changed, 3 insertions(+) create mode 100644 resources/assets/jewelrycraft/textures/items/clayIngotMold.png create mode 100644 resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png create mode 100644 resources/assets/jewelrycraft/textures/items/clayRingMold.png (limited to 'resources') diff --git a/resources/assets/jewelrycraft/lang/en_US.lang b/resources/assets/jewelrycraft/lang/en_US.lang index 9c0952e..ae2cd3f 100644 --- a/resources/assets/jewelrycraft/lang/en_US.lang +++ b/resources/assets/jewelrycraft/lang/en_US.lang @@ -3,6 +3,9 @@ item.jewelrycraft.ingotShadow.name=Shadow Ingot item.jewelrycraft.mold.ingot.name=Ingot Mold item.jewelrycraft.mold.ring.name=Ring Mold item.jewelrycraft.mold.necklace.name=Necklace 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.ring.name=Ring tile.jewelrycraft.oreShadow.name=Shadow Ore tile.jewelrycraft.smelter.name=Smelter diff --git a/resources/assets/jewelrycraft/textures/items/clayIngotMold.png b/resources/assets/jewelrycraft/textures/items/clayIngotMold.png new file mode 100644 index 0000000..b76fed2 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/clayIngotMold.png differ diff --git a/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png b/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png new file mode 100644 index 0000000..455f094 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png differ diff --git a/resources/assets/jewelrycraft/textures/items/clayRingMold.png b/resources/assets/jewelrycraft/textures/items/clayRingMold.png new file mode 100644 index 0000000..49d2ab1 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/clayRingMold.png differ diff --git a/resources/assets/jewelrycraft/textures/items/ingotMold.png b/resources/assets/jewelrycraft/textures/items/ingotMold.png index ad221b8..c8e9aa9 100644 Binary files a/resources/assets/jewelrycraft/textures/items/ingotMold.png and b/resources/assets/jewelrycraft/textures/items/ingotMold.png differ diff --git a/resources/assets/jewelrycraft/textures/items/necklaceMold.png b/resources/assets/jewelrycraft/textures/items/necklaceMold.png index edd3424..0df4b65 100644 Binary files a/resources/assets/jewelrycraft/textures/items/necklaceMold.png and b/resources/assets/jewelrycraft/textures/items/necklaceMold.png differ diff --git a/resources/assets/jewelrycraft/textures/items/ring.png b/resources/assets/jewelrycraft/textures/items/ring.png index 45c03c6..7253e73 100644 Binary files a/resources/assets/jewelrycraft/textures/items/ring.png and b/resources/assets/jewelrycraft/textures/items/ring.png differ diff --git a/resources/assets/jewelrycraft/textures/items/ringMold.png b/resources/assets/jewelrycraft/textures/items/ringMold.png index d955382..7bab639 100644 Binary files a/resources/assets/jewelrycraft/textures/items/ringMold.png and b/resources/assets/jewelrycraft/textures/items/ringMold.png differ -- cgit v1.2.3