From 852cfd0e13631320624d528213ec8c80cffe8743 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Fri, 18 Jul 2014 17:00:12 +0300 Subject: Changes --- src/main/resources/assets/jewelrycraft/lang/en_US.lang | 6 ++++++ .../assets/jewelrycraft/textures/items/ingot3.png | Bin 0 -> 315 bytes .../assets/jewelrycraft/textures/items/ingot4.png | Bin 0 -> 308 bytes .../assets/jewelrycraft/textures/items/ingot6.png | Bin 0 -> 314 bytes .../assets/jewelrycraft/textures/items/ingot7.png | Bin 0 -> 307 bytes .../assets/jewelrycraft/textures/items/test/ingot2.png | Bin 0 -> 313 bytes .../assets/jewelrycraft/textures/items/test/ingot5.png | Bin 0 -> 301 bytes 7 files changed, 6 insertions(+) create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/ingot3.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/ingot4.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/ingot6.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/ingot7.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/test/ingot2.png create mode 100644 src/main/resources/assets/jewelrycraft/textures/items/test/ingot5.png (limited to 'src/main/resources') diff --git a/src/main/resources/assets/jewelrycraft/lang/en_US.lang b/src/main/resources/assets/jewelrycraft/lang/en_US.lang index a52e437..0b2e294 100644 --- a/src/main/resources/assets/jewelrycraft/lang/en_US.lang +++ b/src/main/resources/assets/jewelrycraft/lang/en_US.lang @@ -1,5 +1,11 @@ item.Jewelrycraft.thiefGloves.name=Thiefing Gloves item.Jewelrycraft.ingotShadow.name=Shadow Ingot +item.Jewelrycraft.ingot2.name=Ingot 2 +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 diff --git a/src/main/resources/assets/jewelrycraft/textures/items/ingot3.png b/src/main/resources/assets/jewelrycraft/textures/items/ingot3.png new file mode 100644 index 0000000..47c9cb8 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/ingot3.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/ingot4.png b/src/main/resources/assets/jewelrycraft/textures/items/ingot4.png new file mode 100644 index 0000000..78894d0 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/ingot4.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/ingot6.png b/src/main/resources/assets/jewelrycraft/textures/items/ingot6.png new file mode 100644 index 0000000..e025782 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/ingot6.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/ingot7.png b/src/main/resources/assets/jewelrycraft/textures/items/ingot7.png new file mode 100644 index 0000000..b378e29 Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/ingot7.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/test/ingot2.png b/src/main/resources/assets/jewelrycraft/textures/items/test/ingot2.png new file mode 100644 index 0000000..8bd47da Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/test/ingot2.png differ diff --git a/src/main/resources/assets/jewelrycraft/textures/items/test/ingot5.png b/src/main/resources/assets/jewelrycraft/textures/items/test/ingot5.png new file mode 100644 index 0000000..968b53d Binary files /dev/null and b/src/main/resources/assets/jewelrycraft/textures/items/test/ingot5.png differ -- cgit v1.2.3