From 2a7e0a624f482a28af1c770dbcf2a20f52f94f78 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sun, 19 Apr 2015 03:30:08 +0100 Subject: Added Midas Touch --- bin/assets/jewelrycraft2/lang/en_US.lang | 1 + bin/assets/jewelrycraft2/textures/gui/curses.png | Bin 3898 -> 8129 bytes bin/assets/jewelrycraft2/textures/items/ingot3.png | Bin 315 -> 0 bytes bin/assets/jewelrycraft2/textures/items/ingot4.png | Bin 308 -> 0 bytes bin/assets/jewelrycraft2/textures/items/ingot6.png | Bin 314 -> 0 bytes bin/assets/jewelrycraft2/textures/items/ingot7.png | Bin 307 -> 0 bytes .../jewelrycraft2/textures/items/test/ingot2.png | Bin 313 -> 0 bytes .../jewelrycraft2/textures/items/test/ingot5.png | Bin 301 -> 0 bytes .../jewelrycraft2/textures/items/unused/ingot2.png | Bin 0 -> 313 bytes .../jewelrycraft2/textures/items/unused/ingot3.png | Bin 0 -> 315 bytes .../jewelrycraft2/textures/items/unused/ingot4.png | Bin 0 -> 308 bytes .../jewelrycraft2/textures/items/unused/ingot5.png | Bin 0 -> 301 bytes .../jewelrycraft2/textures/items/unused/ingot6.png | Bin 0 -> 314 bytes .../jewelrycraft2/textures/items/unused/ingot7.png | Bin 0 -> 307 bytes bin/darkknight/jewelrycraft/JewelrycraftMod$1.class | Bin 847 -> 847 bytes bin/darkknight/jewelrycraft/JewelrycraftMod.class | Bin 9506 -> 9828 bytes .../block/BlockJewelrsCraftingTable.class | Bin 7308 -> 7307 bytes bin/darkknight/jewelrycraft/block/BlockList.class | Bin 5519 -> 5832 bytes .../jewelrycraft/block/BlockMidasTouch.class | Bin 0 -> 3108 bytes bin/darkknight/jewelrycraft/block/BlockMolder.class | Bin 6902 -> 6904 bytes bin/darkknight/jewelrycraft/block/BlockShadow.class | Bin 4186 -> 4263 bytes .../jewelrycraft/block/BlockSmelter.class | Bin 13613 -> 13615 bytes bin/darkknight/jewelrycraft/client/TabJewelry.class | Bin 1107 -> 1107 bytes .../jewelrycraft/client/TabRegistry.class | Bin 4581 -> 4763 bytes .../jewelrycraft/client/gui/GuiJewelry.class | Bin 2578 -> 2578 bytes bin/darkknight/jewelrycraft/config/ConfigGui.class | Bin 0 -> 1619 bytes .../jewelrycraft/config/ConfigGuiFactory.class | Bin 0 -> 1496 bytes .../jewelrycraft/config/ConfigHandler.class | Bin 4144 -> 4796 bytes bin/darkknight/jewelrycraft/curses/CurseList.class | Bin 1359 -> 1352 bytes .../jewelrycraft/curses/CurseMidasTouch.class | Bin 0 -> 5608 bytes .../jewelrycraft/events/BlockEventHandler.class | Bin 0 -> 2937 bytes .../jewelrycraft/events/EventCommonHandler.class | Bin 0 -> 814 bytes .../jewelrycraft/events/PlayerRenderHandler.class | Bin 6355 -> 6355 bytes bin/darkknight/jewelrycraft/item/ItemGoldObj.class | Bin 0 -> 2640 bytes bin/darkknight/jewelrycraft/item/ItemList.class | Bin 3681 -> 3842 bytes .../jewelrycraft/item/ItemThiefGloves.class | Bin 8328 -> 8328 bytes .../jewelrycraft/item/render/ItemRender.class | Bin 2245 -> 15786 bytes bin/darkknight/jewelrycraft/proxy/ClientProxy.class | Bin 5698 -> 5968 bytes .../tileentity/TileEntityJewelrsCraftingTable.class | Bin 5042 -> 5041 bytes .../tileentity/TileEntityMidasTouch.class | Bin 0 -> 2699 bytes .../tileentity/TileEntityShadowEye.class | Bin 10153 -> 10227 bytes .../jewelrycraft/tileentity/TileEntitySmelter.class | Bin 5776 -> 5778 bytes .../renders/TileEntityMidasTouchRender.class | Bin 0 -> 1616 bytes bin/darkknight/jewelrycraft/util/JewelryNBT.class | Bin 14362 -> 14785 bytes bin/darkknight/jewelrycraft/util/Variables.class | Bin 542 -> 780 bytes .../worldGen/village/ComponentJewelry.class | Bin 15618 -> 15631 bytes .../worldGen/village/VillageJewelryHandler.class | Bin 2171 -> 2174 bytes 47 files changed, 1 insertion(+) delete mode 100644 bin/assets/jewelrycraft2/textures/items/ingot3.png delete mode 100644 bin/assets/jewelrycraft2/textures/items/ingot4.png delete mode 100644 bin/assets/jewelrycraft2/textures/items/ingot6.png delete mode 100644 bin/assets/jewelrycraft2/textures/items/ingot7.png delete mode 100644 bin/assets/jewelrycraft2/textures/items/test/ingot2.png delete mode 100644 bin/assets/jewelrycraft2/textures/items/test/ingot5.png create mode 100644 bin/assets/jewelrycraft2/textures/items/unused/ingot2.png create mode 100644 bin/assets/jewelrycraft2/textures/items/unused/ingot3.png create mode 100644 bin/assets/jewelrycraft2/textures/items/unused/ingot4.png create mode 100644 bin/assets/jewelrycraft2/textures/items/unused/ingot5.png create mode 100644 bin/assets/jewelrycraft2/textures/items/unused/ingot6.png create mode 100644 bin/assets/jewelrycraft2/textures/items/unused/ingot7.png create mode 100644 bin/darkknight/jewelrycraft/block/BlockMidasTouch.class create mode 100644 bin/darkknight/jewelrycraft/config/ConfigGui.class create mode 100644 bin/darkknight/jewelrycraft/config/ConfigGuiFactory.class create mode 100644 bin/darkknight/jewelrycraft/curses/CurseMidasTouch.class create mode 100644 bin/darkknight/jewelrycraft/events/BlockEventHandler.class create mode 100644 bin/darkknight/jewelrycraft/events/EventCommonHandler.class create mode 100644 bin/darkknight/jewelrycraft/item/ItemGoldObj.class create mode 100644 bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.class create mode 100644 bin/darkknight/jewelrycraft/tileentity/renders/TileEntityMidasTouchRender.class (limited to 'bin') diff --git a/bin/assets/jewelrycraft2/lang/en_US.lang b/bin/assets/jewelrycraft2/lang/en_US.lang index 05a9bf9..681d740 100644 --- a/bin/assets/jewelrycraft2/lang/en_US.lang +++ b/bin/assets/jewelrycraft2/lang/en_US.lang @@ -47,6 +47,7 @@ tile.jewelrycraft2.moltenMetal.name=Molten tile.jewelrycraft2.shadowHand.name=Shadow Hand tile.jewelrycraft2.shadowEye.name=Cursed Eye tile.jewelrycraft2.handPedestal.name=Hand Pedestal +tile.jewelrycraft2.midasTouchBlock.name=Golden Creature itemGroup.jewelrycraft2=Jewelrycraft 2 itemGroup.Liquids=Liquids diff --git a/bin/assets/jewelrycraft2/textures/gui/curses.png b/bin/assets/jewelrycraft2/textures/gui/curses.png index d12c83d..27a9592 100644 Binary files a/bin/assets/jewelrycraft2/textures/gui/curses.png and b/bin/assets/jewelrycraft2/textures/gui/curses.png differ diff --git a/bin/assets/jewelrycraft2/textures/items/ingot3.png b/bin/assets/jewelrycraft2/textures/items/ingot3.png deleted file mode 100644 index 47c9cb8..0000000 Binary files a/bin/assets/jewelrycraft2/textures/items/ingot3.png and /dev/null differ diff --git a/bin/assets/jewelrycraft2/textures/items/ingot4.png b/bin/assets/jewelrycraft2/textures/items/ingot4.png deleted file mode 100644 index 78894d0..0000000 Binary files a/bin/assets/jewelrycraft2/textures/items/ingot4.png and /dev/null differ diff --git a/bin/assets/jewelrycraft2/textures/items/ingot6.png b/bin/assets/jewelrycraft2/textures/items/ingot6.png deleted file mode 100644 index e025782..0000000 Binary files a/bin/assets/jewelrycraft2/textures/items/ingot6.png and /dev/null differ diff --git a/bin/assets/jewelrycraft2/textures/items/ingot7.png b/bin/assets/jewelrycraft2/textures/items/ingot7.png deleted file mode 100644 index b378e29..0000000 Binary files a/bin/assets/jewelrycraft2/textures/items/ingot7.png and /dev/null differ diff --git a/bin/assets/jewelrycraft2/textures/items/test/ingot2.png b/bin/assets/jewelrycraft2/textures/items/test/ingot2.png deleted file mode 100644 index 8bd47da..0000000 Binary files a/bin/assets/jewelrycraft2/textures/items/test/ingot2.png and /dev/null differ diff --git a/bin/assets/jewelrycraft2/textures/items/test/ingot5.png b/bin/assets/jewelrycraft2/textures/items/test/ingot5.png deleted file mode 100644 index 968b53d..0000000 Binary files a/bin/assets/jewelrycraft2/textures/items/test/ingot5.png and /dev/null differ diff --git a/bin/assets/jewelrycraft2/textures/items/unused/ingot2.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot2.png new file mode 100644 index 0000000..8bd47da Binary files /dev/null and b/bin/assets/jewelrycraft2/textures/items/unused/ingot2.png differ diff --git a/bin/assets/jewelrycraft2/textures/items/unused/ingot3.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot3.png new file mode 100644 index 0000000..47c9cb8 Binary files /dev/null and b/bin/assets/jewelrycraft2/textures/items/unused/ingot3.png differ diff --git a/bin/assets/jewelrycraft2/textures/items/unused/ingot4.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot4.png new file mode 100644 index 0000000..78894d0 Binary files /dev/null and b/bin/assets/jewelrycraft2/textures/items/unused/ingot4.png differ diff --git a/bin/assets/jewelrycraft2/textures/items/unused/ingot5.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot5.png new file mode 100644 index 0000000..968b53d Binary files /dev/null and b/bin/assets/jewelrycraft2/textures/items/unused/ingot5.png differ diff --git a/bin/assets/jewelrycraft2/textures/items/unused/ingot6.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot6.png new file mode 100644 index 0000000..e025782 Binary files /dev/null and b/bin/assets/jewelrycraft2/textures/items/unused/ingot6.png differ diff --git a/bin/assets/jewelrycraft2/textures/items/unused/ingot7.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot7.png new file mode 100644 index 0000000..b378e29 Binary files /dev/null and b/bin/assets/jewelrycraft2/textures/items/unused/ingot7.png differ diff --git a/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class b/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class index 877633c..c4d2f62 100644 Binary files a/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class and b/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class differ diff --git a/bin/darkknight/jewelrycraft/JewelrycraftMod.class b/bin/darkknight/jewelrycraft/JewelrycraftMod.class index 9464e9f..ce1bd0c 100644 Binary files a/bin/darkknight/jewelrycraft/JewelrycraftMod.class and b/bin/darkknight/jewelrycraft/JewelrycraftMod.class differ diff --git a/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class b/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class index 5591bb7..772d08e 100644 Binary files a/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class and b/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class differ diff --git a/bin/darkknight/jewelrycraft/block/BlockList.class b/bin/darkknight/jewelrycraft/block/BlockList.class index 2129f1b..2c0956f 100644 Binary files a/bin/darkknight/jewelrycraft/block/BlockList.class and b/bin/darkknight/jewelrycraft/block/BlockList.class differ diff --git a/bin/darkknight/jewelrycraft/block/BlockMidasTouch.class b/bin/darkknight/jewelrycraft/block/BlockMidasTouch.class new file mode 100644 index 0000000..9fdc0a3 Binary files /dev/null and b/bin/darkknight/jewelrycraft/block/BlockMidasTouch.class differ diff --git a/bin/darkknight/jewelrycraft/block/BlockMolder.class b/bin/darkknight/jewelrycraft/block/BlockMolder.class index b010b37..f61ca1c 100644 Binary files a/bin/darkknight/jewelrycraft/block/BlockMolder.class and b/bin/darkknight/jewelrycraft/block/BlockMolder.class differ diff --git a/bin/darkknight/jewelrycraft/block/BlockShadow.class b/bin/darkknight/jewelrycraft/block/BlockShadow.class index ec39dca..625af9b 100644 Binary files a/bin/darkknight/jewelrycraft/block/BlockShadow.class and b/bin/darkknight/jewelrycraft/block/BlockShadow.class differ diff --git a/bin/darkknight/jewelrycraft/block/BlockSmelter.class b/bin/darkknight/jewelrycraft/block/BlockSmelter.class index c760433..7fc21a4 100644 Binary files a/bin/darkknight/jewelrycraft/block/BlockSmelter.class and b/bin/darkknight/jewelrycraft/block/BlockSmelter.class differ diff --git a/bin/darkknight/jewelrycraft/client/TabJewelry.class b/bin/darkknight/jewelrycraft/client/TabJewelry.class index 9c7a99d..8565715 100644 Binary files a/bin/darkknight/jewelrycraft/client/TabJewelry.class and b/bin/darkknight/jewelrycraft/client/TabJewelry.class differ diff --git a/bin/darkknight/jewelrycraft/client/TabRegistry.class b/bin/darkknight/jewelrycraft/client/TabRegistry.class index 8f91ce1..6b3bd94 100644 Binary files a/bin/darkknight/jewelrycraft/client/TabRegistry.class and b/bin/darkknight/jewelrycraft/client/TabRegistry.class differ diff --git a/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class b/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class index 8f25b3e..96b497c 100644 Binary files a/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class and b/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class differ diff --git a/bin/darkknight/jewelrycraft/config/ConfigGui.class b/bin/darkknight/jewelrycraft/config/ConfigGui.class new file mode 100644 index 0000000..73f6b53 Binary files /dev/null and b/bin/darkknight/jewelrycraft/config/ConfigGui.class differ diff --git a/bin/darkknight/jewelrycraft/config/ConfigGuiFactory.class b/bin/darkknight/jewelrycraft/config/ConfigGuiFactory.class new file mode 100644 index 0000000..b6bdcd4 Binary files /dev/null and b/bin/darkknight/jewelrycraft/config/ConfigGuiFactory.class differ diff --git a/bin/darkknight/jewelrycraft/config/ConfigHandler.class b/bin/darkknight/jewelrycraft/config/ConfigHandler.class index 1032d59..ccf0bef 100644 Binary files a/bin/darkknight/jewelrycraft/config/ConfigHandler.class and b/bin/darkknight/jewelrycraft/config/ConfigHandler.class differ diff --git a/bin/darkknight/jewelrycraft/curses/CurseList.class b/bin/darkknight/jewelrycraft/curses/CurseList.class index 7cfe944..f0acf0a 100644 Binary files a/bin/darkknight/jewelrycraft/curses/CurseList.class and b/bin/darkknight/jewelrycraft/curses/CurseList.class differ diff --git a/bin/darkknight/jewelrycraft/curses/CurseMidasTouch.class b/bin/darkknight/jewelrycraft/curses/CurseMidasTouch.class new file mode 100644 index 0000000..602bb5b Binary files /dev/null and b/bin/darkknight/jewelrycraft/curses/CurseMidasTouch.class differ diff --git a/bin/darkknight/jewelrycraft/events/BlockEventHandler.class b/bin/darkknight/jewelrycraft/events/BlockEventHandler.class new file mode 100644 index 0000000..786ae30 Binary files /dev/null and b/bin/darkknight/jewelrycraft/events/BlockEventHandler.class differ diff --git a/bin/darkknight/jewelrycraft/events/EventCommonHandler.class b/bin/darkknight/jewelrycraft/events/EventCommonHandler.class new file mode 100644 index 0000000..e610d4d Binary files /dev/null and b/bin/darkknight/jewelrycraft/events/EventCommonHandler.class differ diff --git a/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class b/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class index 22e839e..939de61 100644 Binary files a/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class and b/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class differ diff --git a/bin/darkknight/jewelrycraft/item/ItemGoldObj.class b/bin/darkknight/jewelrycraft/item/ItemGoldObj.class new file mode 100644 index 0000000..fc81567 Binary files /dev/null and b/bin/darkknight/jewelrycraft/item/ItemGoldObj.class differ diff --git a/bin/darkknight/jewelrycraft/item/ItemList.class b/bin/darkknight/jewelrycraft/item/ItemList.class index 02de81a..73eac67 100644 Binary files a/bin/darkknight/jewelrycraft/item/ItemList.class and b/bin/darkknight/jewelrycraft/item/ItemList.class differ diff --git a/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class b/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class index ddb01c4..3aefcc8 100644 Binary files a/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class and b/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class differ diff --git a/bin/darkknight/jewelrycraft/item/render/ItemRender.class b/bin/darkknight/jewelrycraft/item/render/ItemRender.class index 766a784..4edbfcc 100644 Binary files a/bin/darkknight/jewelrycraft/item/render/ItemRender.class and b/bin/darkknight/jewelrycraft/item/render/ItemRender.class differ diff --git a/bin/darkknight/jewelrycraft/proxy/ClientProxy.class b/bin/darkknight/jewelrycraft/proxy/ClientProxy.class index e2e4859..574a1db 100644 Binary files a/bin/darkknight/jewelrycraft/proxy/ClientProxy.class and b/bin/darkknight/jewelrycraft/proxy/ClientProxy.class differ diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class b/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class index 199db3d..7f15132 100644 Binary files a/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class and b/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class differ diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.class b/bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.class new file mode 100644 index 0000000..36db7b0 Binary files /dev/null and b/bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.class differ diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class b/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class index 441e14b..dfbb770 100644 Binary files a/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class and b/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class differ diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class b/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class index f6f2b74..7926707 100644 Binary files a/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class and b/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class differ diff --git a/bin/darkknight/jewelrycraft/tileentity/renders/TileEntityMidasTouchRender.class b/bin/darkknight/jewelrycraft/tileentity/renders/TileEntityMidasTouchRender.class new file mode 100644 index 0000000..7bc3181 Binary files /dev/null and b/bin/darkknight/jewelrycraft/tileentity/renders/TileEntityMidasTouchRender.class differ diff --git a/bin/darkknight/jewelrycraft/util/JewelryNBT.class b/bin/darkknight/jewelrycraft/util/JewelryNBT.class index 4ee24bd..f1aef84 100644 Binary files a/bin/darkknight/jewelrycraft/util/JewelryNBT.class and b/bin/darkknight/jewelrycraft/util/JewelryNBT.class differ diff --git a/bin/darkknight/jewelrycraft/util/Variables.class b/bin/darkknight/jewelrycraft/util/Variables.class index d925a1c..938971c 100644 Binary files a/bin/darkknight/jewelrycraft/util/Variables.class and b/bin/darkknight/jewelrycraft/util/Variables.class differ diff --git a/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class b/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class index fd1fbc5..8111685 100644 Binary files a/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class and b/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class differ diff --git a/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class b/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class index ac0fe59..19285c9 100644 Binary files a/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class and b/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class differ -- cgit v1.2.3