From 9d0d74a3ba0aeca9f1130d1228fa4b9ef08d19d6 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sun, 30 Mar 2014 22:59:36 +0300 Subject: Added a gui! Yaaay! --- resources/assets/jewelrycraft/Changelog.txt | 1 + resources/assets/jewelrycraft/lang/en_US.lang | 2 ++ .../assets/jewelrycraft/textures/gui/guidePage.png | Bin 0 -> 18212 bytes .../assets/jewelrycraft/textures/gui/guidePage1.png | Bin 0 -> 30103 bytes .../assets/jewelrycraft/textures/gui/guidePageFlip.png | Bin 0 -> 18340 bytes .../assets/jewelrycraft/textures/gui/guidePageFlip1.png | Bin 0 -> 30159 bytes resources/assets/jewelrycraft/textures/items/guide.png | Bin 0 -> 350 bytes 7 files changed, 3 insertions(+) create mode 100644 resources/assets/jewelrycraft/textures/gui/guidePage.png create mode 100644 resources/assets/jewelrycraft/textures/gui/guidePage1.png create mode 100644 resources/assets/jewelrycraft/textures/gui/guidePageFlip.png create mode 100644 resources/assets/jewelrycraft/textures/gui/guidePageFlip1.png create mode 100644 resources/assets/jewelrycraft/textures/items/guide.png (limited to 'resources') diff --git a/resources/assets/jewelrycraft/Changelog.txt b/resources/assets/jewelrycraft/Changelog.txt index 3035388..b1af1e8 100644 --- a/resources/assets/jewelrycraft/Changelog.txt +++ b/resources/assets/jewelrycraft/Changelog.txt @@ -13,6 +13,7 @@ - Balanced Villager trades - Fixed Displayer text rendering in front of everything - Added the Jewel Altar +- Added a guide TODO - Make it so you can smelt ores in the smelter diff --git a/resources/assets/jewelrycraft/lang/en_US.lang b/resources/assets/jewelrycraft/lang/en_US.lang index 41bffe7..528ba74 100644 --- a/resources/assets/jewelrycraft/lang/en_US.lang +++ b/resources/assets/jewelrycraft/lang/en_US.lang @@ -9,6 +9,7 @@ item.Jewelrycraft.mold.clayNecklace.name=Clay Necklace Mold item.Jewelrycraft.ring.name=Ring item.Jewelrycraft.necklace.name=Necklace item.Jewelrycraft.crystal.name=Crystal +item.Jewelrycraft.guide.name=Jewelrycraft Guide tile.Jewelrycraft.oreShadow.name=Shadow Ore tile.Jewelrycraft.blockShadow.name=Shadow Block tile.Jewelrycraft.glow.name=Glow @@ -19,6 +20,7 @@ tile.Jewelrycraft.jewelCraftingTable.name=Jeweler's Crafting Table tile.Jewelrycraft.altar.name=Jewel Altar itemGroup.JewelryCraft=Jewelrycraft itemGroup.Rings=Jewelrycraft Rings +itemGroup.Necklaces=Jewelrycraft Necklaces chatmessage.Jewelrycraft.molder.addedmold=Added %s to molder. chatmessage.Jewelrycraft.molder.metaliscooling=Molten metal is cooling... chatmessage.Jewelrycraft.molder.moldisempty=Mold is currently empty. diff --git a/resources/assets/jewelrycraft/textures/gui/guidePage.png b/resources/assets/jewelrycraft/textures/gui/guidePage.png new file mode 100644 index 0000000..c855048 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/gui/guidePage.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/guidePage1.png b/resources/assets/jewelrycraft/textures/gui/guidePage1.png new file mode 100644 index 0000000..9ffdf08 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/gui/guidePage1.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png b/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png new file mode 100644 index 0000000..418c472 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png differ diff --git a/resources/assets/jewelrycraft/textures/gui/guidePageFlip1.png b/resources/assets/jewelrycraft/textures/gui/guidePageFlip1.png new file mode 100644 index 0000000..9a0ef55 Binary files /dev/null and b/resources/assets/jewelrycraft/textures/gui/guidePageFlip1.png differ diff --git a/resources/assets/jewelrycraft/textures/items/guide.png b/resources/assets/jewelrycraft/textures/items/guide.png new file mode 100644 index 0000000..39c7f2c Binary files /dev/null and b/resources/assets/jewelrycraft/textures/items/guide.png differ -- cgit v1.2.3