summaryrefslogtreecommitdiff
path: root/bin/darkknight
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-19 03:30:08 +0100
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-19 03:30:08 +0100
commit2a7e0a624f482a28af1c770dbcf2a20f52f94f78 (patch)
tree39b7652b939dd20763e242fbd49eb6d2ad6924da /bin/darkknight
parent9dc6f69f701e42b30adf7d1b01488f425eaec265 (diff)
Added Midas Touch
Diffstat (limited to 'bin/darkknight')
-rw-r--r--bin/darkknight/jewelrycraft/JewelrycraftMod$1.classbin847 -> 847 bytes
-rw-r--r--bin/darkknight/jewelrycraft/JewelrycraftMod.classbin9506 -> 9828 bytes
-rw-r--r--bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.classbin7308 -> 7307 bytes
-rw-r--r--bin/darkknight/jewelrycraft/block/BlockList.classbin5519 -> 5832 bytes
-rw-r--r--bin/darkknight/jewelrycraft/block/BlockMidasTouch.classbin0 -> 3108 bytes
-rw-r--r--bin/darkknight/jewelrycraft/block/BlockMolder.classbin6902 -> 6904 bytes
-rw-r--r--bin/darkknight/jewelrycraft/block/BlockShadow.classbin4186 -> 4263 bytes
-rw-r--r--bin/darkknight/jewelrycraft/block/BlockSmelter.classbin13613 -> 13615 bytes
-rw-r--r--bin/darkknight/jewelrycraft/client/TabJewelry.classbin1107 -> 1107 bytes
-rw-r--r--bin/darkknight/jewelrycraft/client/TabRegistry.classbin4581 -> 4763 bytes
-rw-r--r--bin/darkknight/jewelrycraft/client/gui/GuiJewelry.classbin2578 -> 2578 bytes
-rw-r--r--bin/darkknight/jewelrycraft/config/ConfigGui.classbin0 -> 1619 bytes
-rw-r--r--bin/darkknight/jewelrycraft/config/ConfigGuiFactory.classbin0 -> 1496 bytes
-rw-r--r--bin/darkknight/jewelrycraft/config/ConfigHandler.classbin4144 -> 4796 bytes
-rw-r--r--bin/darkknight/jewelrycraft/curses/CurseList.classbin1359 -> 1352 bytes
-rw-r--r--bin/darkknight/jewelrycraft/curses/CurseMidasTouch.classbin0 -> 5608 bytes
-rw-r--r--bin/darkknight/jewelrycraft/events/BlockEventHandler.classbin0 -> 2937 bytes
-rw-r--r--bin/darkknight/jewelrycraft/events/EventCommonHandler.classbin0 -> 814 bytes
-rw-r--r--bin/darkknight/jewelrycraft/events/PlayerRenderHandler.classbin6355 -> 6355 bytes
-rw-r--r--bin/darkknight/jewelrycraft/item/ItemGoldObj.classbin0 -> 2640 bytes
-rw-r--r--bin/darkknight/jewelrycraft/item/ItemList.classbin3681 -> 3842 bytes
-rw-r--r--bin/darkknight/jewelrycraft/item/ItemThiefGloves.classbin8328 -> 8328 bytes
-rw-r--r--bin/darkknight/jewelrycraft/item/render/ItemRender.classbin2245 -> 15786 bytes
-rw-r--r--bin/darkknight/jewelrycraft/proxy/ClientProxy.classbin5698 -> 5968 bytes
-rw-r--r--bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.classbin5042 -> 5041 bytes
-rw-r--r--bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.classbin0 -> 2699 bytes
-rw-r--r--bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.classbin10153 -> 10227 bytes
-rw-r--r--bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.classbin5776 -> 5778 bytes
-rw-r--r--bin/darkknight/jewelrycraft/tileentity/renders/TileEntityMidasTouchRender.classbin0 -> 1616 bytes
-rw-r--r--bin/darkknight/jewelrycraft/util/JewelryNBT.classbin14362 -> 14785 bytes
-rw-r--r--bin/darkknight/jewelrycraft/util/Variables.classbin542 -> 780 bytes
-rw-r--r--bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.classbin15618 -> 15631 bytes
-rw-r--r--bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.classbin2171 -> 2174 bytes
33 files changed, 0 insertions, 0 deletions
diff --git a/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class b/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class
index 877633c..c4d2f62 100644
--- a/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class
+++ b/bin/darkknight/jewelrycraft/JewelrycraftMod$1.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/JewelrycraftMod.class b/bin/darkknight/jewelrycraft/JewelrycraftMod.class
index 9464e9f..ce1bd0c 100644
--- a/bin/darkknight/jewelrycraft/JewelrycraftMod.class
+++ b/bin/darkknight/jewelrycraft/JewelrycraftMod.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class b/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class
index 5591bb7..772d08e 100644
--- a/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class
+++ b/bin/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/block/BlockList.class b/bin/darkknight/jewelrycraft/block/BlockList.class
index 2129f1b..2c0956f 100644
--- a/bin/darkknight/jewelrycraft/block/BlockList.class
+++ b/bin/darkknight/jewelrycraft/block/BlockList.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/block/BlockMidasTouch.class b/bin/darkknight/jewelrycraft/block/BlockMidasTouch.class
new file mode 100644
index 0000000..9fdc0a3
--- /dev/null
+++ b/bin/darkknight/jewelrycraft/block/BlockMidasTouch.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/block/BlockMolder.class b/bin/darkknight/jewelrycraft/block/BlockMolder.class
index b010b37..f61ca1c 100644
--- a/bin/darkknight/jewelrycraft/block/BlockMolder.class
+++ b/bin/darkknight/jewelrycraft/block/BlockMolder.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/block/BlockShadow.class b/bin/darkknight/jewelrycraft/block/BlockShadow.class
index ec39dca..625af9b 100644
--- a/bin/darkknight/jewelrycraft/block/BlockShadow.class
+++ b/bin/darkknight/jewelrycraft/block/BlockShadow.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/block/BlockSmelter.class b/bin/darkknight/jewelrycraft/block/BlockSmelter.class
index c760433..7fc21a4 100644
--- a/bin/darkknight/jewelrycraft/block/BlockSmelter.class
+++ b/bin/darkknight/jewelrycraft/block/BlockSmelter.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/client/TabJewelry.class b/bin/darkknight/jewelrycraft/client/TabJewelry.class
index 9c7a99d..8565715 100644
--- a/bin/darkknight/jewelrycraft/client/TabJewelry.class
+++ b/bin/darkknight/jewelrycraft/client/TabJewelry.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/client/TabRegistry.class b/bin/darkknight/jewelrycraft/client/TabRegistry.class
index 8f91ce1..6b3bd94 100644
--- a/bin/darkknight/jewelrycraft/client/TabRegistry.class
+++ b/bin/darkknight/jewelrycraft/client/TabRegistry.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class b/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class
index 8f25b3e..96b497c 100644
--- a/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class
+++ b/bin/darkknight/jewelrycraft/client/gui/GuiJewelry.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/config/ConfigGui.class b/bin/darkknight/jewelrycraft/config/ConfigGui.class
new file mode 100644
index 0000000..73f6b53
--- /dev/null
+++ b/bin/darkknight/jewelrycraft/config/ConfigGui.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/config/ConfigGuiFactory.class b/bin/darkknight/jewelrycraft/config/ConfigGuiFactory.class
new file mode 100644
index 0000000..b6bdcd4
--- /dev/null
+++ b/bin/darkknight/jewelrycraft/config/ConfigGuiFactory.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/config/ConfigHandler.class b/bin/darkknight/jewelrycraft/config/ConfigHandler.class
index 1032d59..ccf0bef 100644
--- a/bin/darkknight/jewelrycraft/config/ConfigHandler.class
+++ b/bin/darkknight/jewelrycraft/config/ConfigHandler.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/curses/CurseList.class b/bin/darkknight/jewelrycraft/curses/CurseList.class
index 7cfe944..f0acf0a 100644
--- a/bin/darkknight/jewelrycraft/curses/CurseList.class
+++ b/bin/darkknight/jewelrycraft/curses/CurseList.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/curses/CurseMidasTouch.class b/bin/darkknight/jewelrycraft/curses/CurseMidasTouch.class
new file mode 100644
index 0000000..602bb5b
--- /dev/null
+++ b/bin/darkknight/jewelrycraft/curses/CurseMidasTouch.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/events/BlockEventHandler.class b/bin/darkknight/jewelrycraft/events/BlockEventHandler.class
new file mode 100644
index 0000000..786ae30
--- /dev/null
+++ b/bin/darkknight/jewelrycraft/events/BlockEventHandler.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/events/EventCommonHandler.class b/bin/darkknight/jewelrycraft/events/EventCommonHandler.class
new file mode 100644
index 0000000..e610d4d
--- /dev/null
+++ b/bin/darkknight/jewelrycraft/events/EventCommonHandler.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class b/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class
index 22e839e..939de61 100644
--- a/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class
+++ b/bin/darkknight/jewelrycraft/events/PlayerRenderHandler.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/item/ItemGoldObj.class b/bin/darkknight/jewelrycraft/item/ItemGoldObj.class
new file mode 100644
index 0000000..fc81567
--- /dev/null
+++ b/bin/darkknight/jewelrycraft/item/ItemGoldObj.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/item/ItemList.class b/bin/darkknight/jewelrycraft/item/ItemList.class
index 02de81a..73eac67 100644
--- a/bin/darkknight/jewelrycraft/item/ItemList.class
+++ b/bin/darkknight/jewelrycraft/item/ItemList.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class b/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class
index ddb01c4..3aefcc8 100644
--- a/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class
+++ b/bin/darkknight/jewelrycraft/item/ItemThiefGloves.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/item/render/ItemRender.class b/bin/darkknight/jewelrycraft/item/render/ItemRender.class
index 766a784..4edbfcc 100644
--- a/bin/darkknight/jewelrycraft/item/render/ItemRender.class
+++ b/bin/darkknight/jewelrycraft/item/render/ItemRender.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/proxy/ClientProxy.class b/bin/darkknight/jewelrycraft/proxy/ClientProxy.class
index e2e4859..574a1db 100644
--- a/bin/darkknight/jewelrycraft/proxy/ClientProxy.class
+++ b/bin/darkknight/jewelrycraft/proxy/ClientProxy.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class b/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class
index 199db3d..7f15132 100644
--- a/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class
+++ b/bin/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.class b/bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.class
new file mode 100644
index 0000000..36db7b0
--- /dev/null
+++ b/bin/darkknight/jewelrycraft/tileentity/TileEntityMidasTouch.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class b/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class
index 441e14b..dfbb770 100644
--- a/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class
+++ b/bin/darkknight/jewelrycraft/tileentity/TileEntityShadowEye.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class b/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class
index f6f2b74..7926707 100644
--- a/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class
+++ b/bin/darkknight/jewelrycraft/tileentity/TileEntitySmelter.class
Binary files 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
--- /dev/null
+++ b/bin/darkknight/jewelrycraft/tileentity/renders/TileEntityMidasTouchRender.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/util/JewelryNBT.class b/bin/darkknight/jewelrycraft/util/JewelryNBT.class
index 4ee24bd..f1aef84 100644
--- a/bin/darkknight/jewelrycraft/util/JewelryNBT.class
+++ b/bin/darkknight/jewelrycraft/util/JewelryNBT.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/util/Variables.class b/bin/darkknight/jewelrycraft/util/Variables.class
index d925a1c..938971c 100644
--- a/bin/darkknight/jewelrycraft/util/Variables.class
+++ b/bin/darkknight/jewelrycraft/util/Variables.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class b/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class
index fd1fbc5..8111685 100644
--- a/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class
+++ b/bin/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.class
Binary files differ
diff --git a/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class b/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class
index ac0fe59..19285c9 100644
--- a/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class
+++ b/bin/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.class
Binary files differ