From 8e3546bfaf49e0e7805cb43e69cd2d3996ea484b Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 21 Dec 2013 17:34:32 +0200 Subject: Trying Stuff --- resources/assets/jewelrycraft/lang/en_US.lang | 2 ++ .../jewelrycraft/textures/items/clayIngotMold.png | Bin 449 -> 493 bytes .../assets/jewelrycraft/textures/items/ingotMold.png | Bin 440 -> 500 bytes .../jewelrycraft/textures/items/ingotShadow.png.mcmeta | 5 ----- .../assets/jewelrycraft/textures/items/necklace.png | Bin 303 -> 284 bytes 5 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 resources/assets/jewelrycraft/textures/items/ingotShadow.png.mcmeta (limited to 'resources') diff --git a/resources/assets/jewelrycraft/lang/en_US.lang b/resources/assets/jewelrycraft/lang/en_US.lang index fb109b4..efd1e57 100644 --- a/resources/assets/jewelrycraft/lang/en_US.lang +++ b/resources/assets/jewelrycraft/lang/en_US.lang @@ -25,6 +25,8 @@ chatmessage.jewelrycraft.smelter.molderhasnomold=The Molder doesn't have a mold chatmessage.jewelrycraft.smelter.modlerhasitem=The Molder contains an item in it. Now you wouldn't want it to be destroyed, would you? chatmessage.jewelrycraft.smelter.molderismissing=You need a Molder in front of this block in order to pour the molten metal! chatmessage.jewelrycraft.smelter.nowsmeltingingot=Smelter is now smelting a %s. +chatmessage.jewelrycraft.smelter.metalismelting=%s is being melted. +chatmessage.jewelrycraft.smelter.empty=The Smelter is empty. chatmessage.jewelrycraft.table.hasenditem=First take out the crafted jewel before inserting new stuff. chatmessage.jewelrycraft.table.missingjewelryandmodifier=You need a ring and a modifier. chatmessage.jewelrycraft.table.missingjewelry=You're missing a piece of jewelry. diff --git a/resources/assets/jewelrycraft/textures/items/clayIngotMold.png b/resources/assets/jewelrycraft/textures/items/clayIngotMold.png index b76fed2..0fecb22 100644 Binary files a/resources/assets/jewelrycraft/textures/items/clayIngotMold.png and b/resources/assets/jewelrycraft/textures/items/clayIngotMold.png differ diff --git a/resources/assets/jewelrycraft/textures/items/ingotMold.png b/resources/assets/jewelrycraft/textures/items/ingotMold.png index c8e9aa9..0575de5 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/ingotShadow.png.mcmeta b/resources/assets/jewelrycraft/textures/items/ingotShadow.png.mcmeta deleted file mode 100644 index 09994da..0000000 --- a/resources/assets/jewelrycraft/textures/items/ingotShadow.png.mcmeta +++ /dev/null @@ -1,5 +0,0 @@ -{ - "animation": { - "frametime": 4 - } -} \ No newline at end of file diff --git a/resources/assets/jewelrycraft/textures/items/necklace.png b/resources/assets/jewelrycraft/textures/items/necklace.png index 21a3b1c..054744d 100644 Binary files a/resources/assets/jewelrycraft/textures/items/necklace.png and b/resources/assets/jewelrycraft/textures/items/necklace.png differ -- cgit v1.2.3