diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-19 03:30:08 +0100 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2015-04-19 03:30:08 +0100 |
| commit | 2a7e0a624f482a28af1c770dbcf2a20f52f94f78 (patch) | |
| tree | 39b7652b939dd20763e242fbd49eb6d2ad6924da /bin | |
| parent | 9dc6f69f701e42b30adf7d1b01488f425eaec265 (diff) | |
Added Midas Touch
Diffstat (limited to 'bin')
41 files changed, 1 insertions, 0 deletions
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 Binary files differindex d12c83d..27a9592 100644 --- a/bin/assets/jewelrycraft2/textures/gui/curses.png +++ b/bin/assets/jewelrycraft2/textures/gui/curses.png diff --git a/bin/assets/jewelrycraft2/textures/items/test/ingot2.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot2.png Binary files differindex 8bd47da..8bd47da 100644 --- a/bin/assets/jewelrycraft2/textures/items/test/ingot2.png +++ b/bin/assets/jewelrycraft2/textures/items/unused/ingot2.png diff --git a/bin/assets/jewelrycraft2/textures/items/ingot3.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot3.png Binary files differindex 47c9cb8..47c9cb8 100644 --- a/bin/assets/jewelrycraft2/textures/items/ingot3.png +++ b/bin/assets/jewelrycraft2/textures/items/unused/ingot3.png diff --git a/bin/assets/jewelrycraft2/textures/items/ingot4.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot4.png Binary files differindex 78894d0..78894d0 100644 --- a/bin/assets/jewelrycraft2/textures/items/ingot4.png +++ b/bin/assets/jewelrycraft2/textures/items/unused/ingot4.png diff --git a/bin/assets/jewelrycraft2/textures/items/test/ingot5.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot5.png Binary files differindex 968b53d..968b53d 100644 --- a/bin/assets/jewelrycraft2/textures/items/test/ingot5.png +++ b/bin/assets/jewelrycraft2/textures/items/unused/ingot5.png diff --git a/bin/assets/jewelrycraft2/textures/items/ingot6.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot6.png Binary files differindex e025782..e025782 100644 --- a/bin/assets/jewelrycraft2/textures/items/ingot6.png +++ b/bin/assets/jewelrycraft2/textures/items/unused/ingot6.png diff --git a/bin/assets/jewelrycraft2/textures/items/ingot7.png b/bin/assets/jewelrycraft2/textures/items/unused/ingot7.png Binary files differindex b378e29..b378e29 100644 --- a/bin/assets/jewelrycraft2/textures/items/ingot7.png +++ b/bin/assets/jewelrycraft2/textures/items/unused/ingot7.png diff --git a/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class b/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class Binary files differindex 877633c..c4d2f62 100644 --- a/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class +++ b/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class diff --git a/bin/darkknight/jewelrycraft/JewelrycraftMod.class b/bin/darkknight/jewelrycraft/JewelrycraftMod.class Binary files differindex 9464e9f..ce1bd0c 100644 --- a/bin/darkknight/jewelrycraft/JewelrycraftMod.class +++ b/bin/darkknight/jewelrycraft/JewelrycraftMod.class diff --git a/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class b/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class Binary files differindex 5591bb7..772d08e 100644 --- a/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class +++ b/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class diff --git a/bin/darkknight/jewelrycraft/block/BlockList.class b/bin/darkknight/jewelrycraft/block/BlockList.class Binary files differindex 2129f1b..2c0956f 100644 --- a/bin/darkknight/jewelrycraft/block/BlockList.class +++ b/bin/darkknight/jewelrycraft/block/BlockList.class diff --git a/bin/darkknight/jewelrycraft/block/BlockMidasTouch.class b/bin/darkknight/jewelrycraft/block/BlockMidasTouch.class Binary files differnew file mode 100644 index 0000000..9fdc0a3 --- /dev/null +++ b/bin/darkknight/jewelrycraft/block/BlockMidasTouch.class diff --git a/bin/darkknight/jewelrycraft/block/BlockMolder.class b/bin/darkknight/jewelrycraft/block/BlockMolder.class Binary files differindex b010b37..f61ca1c 100644 --- a/bin/darkknight/jewelrycraft/block/BlockMolder.class +++ b/bin/darkknight/jewelrycraft/block/BlockMolder.class diff --git a/bin/darkknight/jewelrycraft/block/BlockShadow.class b/bin/darkknight/jewelrycraft/block/BlockShadow.class Binary files differindex ec39dca..625af9b 100644 --- a/bin/darkknight/jewelrycraft/block/BlockShadow.class +++ b/bin/darkknight/jewelrycraft/block/BlockShadow.class diff --git a/bin/darkknight/jewelrycraft/block/BlockSmelter.class b/bin/darkknight/jewelrycraft/block/BlockSmelter.class Binary files differindex c760433..7fc21a4 100644 --- a/bin/darkknight/jewelrycraft/block/BlockSmelter.class +++ b/bin/darkknight/jewelrycraft/block/BlockSmelter.class diff --git a/bin/darkknight/jewelrycraft/client/TabJewelry.class b/bin/darkknight/jewelrycraft/client/TabJewelry.class Binary files differindex 9c7a99d..8565715 100644 --- a/bin/darkknight/jewelrycraft/client/TabJewelry.class +++ b/bin/darkknight/jewelrycraft/client/TabJewelry.class diff --git a/bin/darkknight/jewelrycraft/client/TabRegistry.class b/bin/darkknight/jewelrycraft/client/TabRegistry.class Binary files differindex 8f91ce1..6b3bd94 100644 --- a/bin/darkknight/jewelrycraft/client/TabRegistry.class +++ b/bin/darkknight/jewelrycraft/client/TabRegistry.class diff --git a/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class b/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class Binary files differindex 8f25b3e..96b497c 100644 --- a/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class +++ b/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class diff --git a/bin/darkknight/jewelrycraft/config/ConfigGui.class b/bin/darkknight/jewelrycraft/config/ConfigGui.class Binary files differnew file mode 100644 index 0000000..73f6b53 --- /dev/null +++ b/bin/darkknight/jewelrycraft/config/ConfigGui.class diff --git a/bin/darkknight/jewelrycraft/config/ConfigGuiFactory.class b/bin/darkknight/jewelrycraft/config/ConfigGuiFactory.class Binary files differnew file mode 100644 index 0000000..b6bdcd4 --- /dev/null +++ b/bin/darkknight/jewelrycraft/config/ConfigGuiFactory.class diff --git a/bin/darkknight/jewelrycraft/config/ConfigHandler.class b/bin/darkknight/jewelrycraft/config/ConfigHandler.class Binary files differindex 1032d59..ccf0bef 100644 --- a/bin/darkknight/jewelrycraft/config/ConfigHandler.class +++ b/bin/darkknight/jewelrycraft/config/ConfigHandler.class diff --git a/bin/darkknight/jewelrycraft/curses/CurseList.class b/bin/darkknight/jewelrycraft/curses/CurseList.class Binary files differindex 7cfe944..f0acf0a 100644 --- a/bin/darkknight/jewelrycraft/curses/CurseList.class +++ b/bin/darkknight/jewelrycraft/curses/CurseList.class diff --git a/bin/darkknight/jewelrycraft/curses/CurseMidasTouch.class b/bin/darkknight/jewelrycraft/curses/CurseMidasTouch.class Binary files differnew file mode 100644 index 0000000..602bb5b --- /dev/null +++ b/bin/darkknight/jewelrycraft/curses/CurseMidasTouch.class diff --git a/bin/darkknight/jewelrycraft/events/BlockEventHandler.class b/bin/darkknight/jewelrycraft/events/BlockEventHandler.class Binary files differnew file mode 100644 index 0000000..786ae30 --- /dev/null +++ b/bin/darkknight/jewelrycraft/events/BlockEventHandler.class diff --git a/bin/darkknight/jewelrycraft/events/EventCommonHandler.class b/bin/darkknight/jewelrycraft/events/EventCommonHandler.class Binary files differnew file mode 100644 index 0000000..e610d4d --- /dev/null +++ b/bin/darkknight/jewelrycraft/events/EventCommonHandler.class diff --git a/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class b/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class Binary files differindex 22e839e..939de61 100644 --- a/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class +++ b/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class diff --git a/bin/darkknight/jewelrycraft/item/ItemGoldObj.class b/bin/darkknight/jewelrycraft/item/ItemGoldObj.class Binary files differnew file mode 100644 index 0000000..fc81567 --- /dev/null +++ b/bin/darkknight/jewelrycraft/item/ItemGoldObj.class diff --git a/bin/darkknight/jewelrycraft/item/ItemList.class b/bin/darkknight/jewelrycraft/item/ItemList.class Binary files differindex 02de81a..73eac67 100644 --- a/bin/darkknight/jewelrycraft/item/ItemList.class +++ b/bin/darkknight/jewelrycraft/item/ItemList.class diff --git a/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class b/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class Binary files differindex ddb01c4..3aefcc8 100644 --- a/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class +++ b/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class diff --git a/bin/darkknight/jewelrycraft/item/render/ItemRender.class b/bin/darkknight/jewelrycraft/item/render/ItemRender.class Binary files differindex 766a784..4edbfcc 100644 --- a/bin/darkknight/jewelrycraft/item/render/ItemRender.class +++ b/bin/darkknight/jewelrycraft/item/render/ItemRender.class diff --git a/bin/darkknight/jewelrycraft/proxy/ClientProxy.class b/bin/darkknight/jewelrycraft/proxy/ClientProxy.class Binary files differindex e2e4859..574a1db 100644 --- a/bin/darkknight/jewelrycraft/proxy/ClientProxy.class +++ b/bin/darkknight/jewelrycraft/proxy/ClientProxy.class diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class b/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class Binary files differindex 199db3d..7f15132 100644 --- a/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class +++ b/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.class b/bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.class Binary files differnew file mode 100644 index 0000000..36db7b0 --- /dev/null +++ b/bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.class diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class b/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class Binary files differindex 441e14b..dfbb770 100644 --- a/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class +++ b/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class b/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class Binary files differindex f6f2b74..7926707 100644 --- a/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class +++ b/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class diff --git a/bin/darkknight/jewelrycraft/tileentity/renders/TileEntityMidasTouchRender.class b/bin/darkknight/jewelrycraft/tileentity/renders/TileEntityMidasTouchRender.class Binary files differnew file mode 100644 index 0000000..7bc3181 --- /dev/null +++ b/bin/darkknight/jewelrycraft/tileentity/renders/TileEntityMidasTouchRender.class diff --git a/bin/darkknight/jewelrycraft/util/JewelryNBT.class b/bin/darkknight/jewelrycraft/util/JewelryNBT.class Binary files differindex 4ee24bd..f1aef84 100644 --- a/bin/darkknight/jewelrycraft/util/JewelryNBT.class +++ b/bin/darkknight/jewelrycraft/util/JewelryNBT.class diff --git a/bin/darkknight/jewelrycraft/util/Variables.class b/bin/darkknight/jewelrycraft/util/Variables.class Binary files differindex d925a1c..938971c 100644 --- a/bin/darkknight/jewelrycraft/util/Variables.class +++ b/bin/darkknight/jewelrycraft/util/Variables.class diff --git a/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class b/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class Binary files differindex fd1fbc5..8111685 100644 --- a/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class +++ b/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class diff --git a/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class b/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class Binary files differindex ac0fe59..19285c9 100644 --- a/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class +++ b/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class |
