summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2014-04-15 23:05:32 +0300
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2014-04-15 23:05:32 +0300
commit256653501365eb4f95d3dddbcdfdc23a2a9594d5 (patch)
tree682c8ff1f943936d173299acfa42e77462eb297c
parent4b8b13b34d7a8fd0ee7c7b13f11be9c2bf3b5d18 (diff)
Moved source files
-rw-r--r--.gitignore20
-rw-r--r--src/main/java/darkknight/jewelrycraft/CommonProxy.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CommonProxy.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/CreativeTabLiquids.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CreativeTabLiquids.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/CreativeTabNecklaces.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CreativeTabNecklaces.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/CreativeTabRings.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CreativeTabRings.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/JewelrycraftMod.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/JewelrycraftMod.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/block/BlockDisplayer.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockDisplayer.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/block/BlockGlow.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockGlow.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/block/BlockJCOre.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockJCOre.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/block/BlockJewelAltar.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockJewelAltar.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/block/BlockList.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockList.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/block/BlockMolder.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockMolder.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/block/BlockMoltenMetal.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockMoltenMetal.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/block/BlockShadow.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockShadow.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/block/BlockSmelter.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockSmelter.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/client/ClientProxy.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/client/ClientProxy.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/client/GuiGuide.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/client/GuiGuide.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/client/GuiRingChest.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/client/GuiRingChest.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/config/ConfigHandler.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/config/ConfigHandler.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/ContainerGuide.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerGuide.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/ContainerRingChest.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerRingChest.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/GuiHandler.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiHandler.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/GuiRectangle.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiRectangle.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/GuiTab.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTab.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/GuiTabBlocks.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabBlocks.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/GuiTabItems.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabItems.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/GuiTabJewelsAndModifiers.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabJewelsAndModifiers.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/GuiTabNecklaces.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabNecklaces.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/GuiTabRings.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabRings.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/Page.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/Page.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/container/SlotRingChest.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/SlotRingChest.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/events/BucketHandler.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/events/BucketHandler.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/events/EntityEventHandler.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/events/EntityEventHandler.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/item/ItemClayMolds.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemClayMolds.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/item/ItemCrystal.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemCrystal.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/item/ItemGuide.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemGuide.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/item/ItemList.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemList.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/item/ItemMolds.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemMolds.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/item/ItemMoltenMetalBucket.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemMoltenMetalBucket.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/item/ItemNecklace.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemNecklace.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/item/ItemRing.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemRing.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/item/ItemThiefGloves.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemThiefGloves.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/lib/Reference.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/lib/Reference.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/model/ModelDisplayer.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelDisplayer.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/model/ModelJewlersCraftingBench.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelJewlersCraftingBench.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/model/ModelMolder.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelMolder.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/model/ModelSmelter.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelSmelter.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/recipes/CraftingRecipes.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/recipes/CraftingRecipes.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/renders/TileEntityDisplayerRender.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntityDisplayerRender.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/renders/TileEntityJewelrsCraftingTableRender.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntityJewelrsCraftingTableRender.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/renders/TileEntityMolderRender.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntityMolderRender.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/renders/TileEntitySmelterRender.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntitySmelterRender.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/tileentity/TileEntityAltar.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityAltar.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/tileentity/TileEntityBlockShadow.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityBlockShadow.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/tileentity/TileEntityDisplayer.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityDisplayer.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/tileentity/TileEntityMolder.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/util/BlockUtils.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/BlockUtils.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/util/JewelryNBT.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/JewelryNBT.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/util/JewelrycraftUtil.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/JewelrycraftUtil.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/util/PlayerUtils.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/PlayerUtils.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/worldGen/Generation.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/Generation.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/worldGen/village/JCTrades.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/village/JCTrades.java)0
-rw-r--r--src/main/java/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.java (renamed from eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.java)0
-rw-r--r--src/main/resources/assets/jewelrycraft/Changelog.txt (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/Changelog.txt)0
-rw-r--r--src/main/resources/assets/jewelrycraft/Displayer.tcn (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/Displayer.tcn)bin977 -> 977 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/Smelter.tcn (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/Smelter.tcn)bin2089 -> 2089 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/lang/en_US.lang (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/lang/en_US.lang)0
-rw-r--r--src/main/resources/assets/jewelrycraft/pack.mcmeta (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/pack.mcmeta)0
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png)bin391 -> 391 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/altar_side.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/altar_side.png)bin3220 -> 3220 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/altar_top.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/altar_top.png)bin3125 -> 3125 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow0.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow0.png)bin177 -> 177 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow1.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow1.png)bin315 -> 315 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow10.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow10.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow11.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow11.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow12.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow12.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow13.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow13.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow14.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow14.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow15.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow15.png)bin288 -> 288 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow2.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow2.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow3.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow3.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow4.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow4.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow5.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow5.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow6.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow6.png)bin312 -> 312 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow7.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow7.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow8.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow8.png)bin315 -> 315 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow9.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow9.png)bin316 -> 316 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/displayer.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/displayer.png)bin3800 -> 3800 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/jewelrsCraftingTable.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/jewelrsCraftingTable.png)bin2064 -> 2064 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/molder.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/molder.png)bin1060 -> 1060 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png)bin10676 -> 10676 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png.mcmeta (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png.mcmeta)0
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png)bin9922 -> 9922 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png.mcmeta (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png.mcmeta)0
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/oreShadow.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/oreShadow.png)bin462 -> 462 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/blocks/smelter.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/smelter.png)bin537 -> 537 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/entities/jeweler.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/entities/jeweler.png)bin1265 -> 1265 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/gui/chest_ring.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/gui/chest_ring.png)bin1993 -> 1993 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/gui/guidePage.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/gui/guidePage.png)bin29547 -> 29547 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png)bin29469 -> 29469 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/bucketOverlay.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/bucketOverlay.png)bin293 -> 293 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/clayIngotMold.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/clayIngotMold.png)bin493 -> 493 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png)bin584 -> 584 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/clayRingMold.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/clayRingMold.png)bin606 -> 606 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/crystal.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/crystal.png)bin285 -> 285 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/crystalOverlay.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/crystalOverlay.png)bin274 -> 274 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/guide.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/guide.png)bin350 -> 350 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/ingotMold.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ingotMold.png)bin500 -> 500 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/ingotShadow.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ingotShadow.png)bin467 -> 467 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/jewelNecklace.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/jewelNecklace.png)bin241 -> 241 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/jewelRing.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/jewelRing.png)bin244 -> 244 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/necklace.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/necklace.png)bin284 -> 284 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/necklaceMold.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/necklaceMold.png)bin551 -> 551 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/ring.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ring.png)bin272 -> 272 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/ringMold.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ringMold.png)bin580 -> 580 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/items/thiefGloves.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/thiefGloves.png)bin290 -> 290 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/tileentities/Displayer.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/Displayer.png)bin1232 -> 1232 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/tileentities/JewelrsCraftingBench.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/JewelrsCraftingBench.png)bin2005 -> 2005 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/tileentities/Molder.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/Molder.png)bin1020 -> 1020 bytes
-rw-r--r--src/main/resources/assets/jewelrycraft/textures/tileentities/Smelter.png (renamed from eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/Smelter.png)bin886 -> 886 bytes
124 files changed, 2 insertions, 18 deletions
diff --git a/.gitignore b/.gitignore
index 62054f2..a7f49dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,24 +6,8 @@
*.ear
includeCP/fmlbranding.properties
-eclipse/.metadata/*
-eclipse/assets/*
-eclipse/config/*
-eclipse/crash-reports/*
-eclipse/logs/*
-eclipse/mods/*
-eclipse/resourcepacks/*
-eclipse/saves/*
-eclipse/world/*
-eclipse/banned-ips.txt
-eclipse/banned-players.txt
-eclipse/ops.txt
-eclipse/options.txt
-eclipse/white-list.txt
-eclipse/server.properties
-eclipse/servers.dat
-eclipse/Jewelrycraft/.settings/*
-eclipse/Jewelrycraft/bin/*
+eclipse/*
+eclipse - Copy/*
build/*
bin/*
.gradle/*
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CommonProxy.java b/src/main/java/darkknight/jewelrycraft/CommonProxy.java
index 354f3a9..354f3a9 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CommonProxy.java
+++ b/src/main/java/darkknight/jewelrycraft/CommonProxy.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CreativeTabLiquids.java b/src/main/java/darkknight/jewelrycraft/CreativeTabLiquids.java
index 2551628..2551628 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CreativeTabLiquids.java
+++ b/src/main/java/darkknight/jewelrycraft/CreativeTabLiquids.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CreativeTabNecklaces.java b/src/main/java/darkknight/jewelrycraft/CreativeTabNecklaces.java
index 3f1fe92..3f1fe92 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CreativeTabNecklaces.java
+++ b/src/main/java/darkknight/jewelrycraft/CreativeTabNecklaces.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CreativeTabRings.java b/src/main/java/darkknight/jewelrycraft/CreativeTabRings.java
index 4061dcf..4061dcf 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/CreativeTabRings.java
+++ b/src/main/java/darkknight/jewelrycraft/CreativeTabRings.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/JewelrycraftMod.java b/src/main/java/darkknight/jewelrycraft/JewelrycraftMod.java
index f6672ee..f6672ee 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/JewelrycraftMod.java
+++ b/src/main/java/darkknight/jewelrycraft/JewelrycraftMod.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockDisplayer.java b/src/main/java/darkknight/jewelrycraft/block/BlockDisplayer.java
index efdddff..efdddff 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockDisplayer.java
+++ b/src/main/java/darkknight/jewelrycraft/block/BlockDisplayer.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockGlow.java b/src/main/java/darkknight/jewelrycraft/block/BlockGlow.java
index f8a09d4..f8a09d4 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockGlow.java
+++ b/src/main/java/darkknight/jewelrycraft/block/BlockGlow.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockJCOre.java b/src/main/java/darkknight/jewelrycraft/block/BlockJCOre.java
index e6bb31c..e6bb31c 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockJCOre.java
+++ b/src/main/java/darkknight/jewelrycraft/block/BlockJCOre.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockJewelAltar.java b/src/main/java/darkknight/jewelrycraft/block/BlockJewelAltar.java
index cbf7fef..cbf7fef 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockJewelAltar.java
+++ b/src/main/java/darkknight/jewelrycraft/block/BlockJewelAltar.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.java b/src/main/java/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.java
index a701467..a701467 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.java
+++ b/src/main/java/darkknight/jewelrycraft/block/BlockJewelrsCraftingTable.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockList.java b/src/main/java/darkknight/jewelrycraft/block/BlockList.java
index 60d4b96..60d4b96 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockList.java
+++ b/src/main/java/darkknight/jewelrycraft/block/BlockList.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockMolder.java b/src/main/java/darkknight/jewelrycraft/block/BlockMolder.java
index 1ed58d7..1ed58d7 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockMolder.java
+++ b/src/main/java/darkknight/jewelrycraft/block/BlockMolder.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockMoltenMetal.java b/src/main/java/darkknight/jewelrycraft/block/BlockMoltenMetal.java
index 9adbf59..9adbf59 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockMoltenMetal.java
+++ b/src/main/java/darkknight/jewelrycraft/block/BlockMoltenMetal.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockShadow.java b/src/main/java/darkknight/jewelrycraft/block/BlockShadow.java
index acce92f..acce92f 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockShadow.java
+++ b/src/main/java/darkknight/jewelrycraft/block/BlockShadow.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockSmelter.java b/src/main/java/darkknight/jewelrycraft/block/BlockSmelter.java
index 176a6f2..176a6f2 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/block/BlockSmelter.java
+++ b/src/main/java/darkknight/jewelrycraft/block/BlockSmelter.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/client/ClientProxy.java b/src/main/java/darkknight/jewelrycraft/client/ClientProxy.java
index e086e94..e086e94 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/client/ClientProxy.java
+++ b/src/main/java/darkknight/jewelrycraft/client/ClientProxy.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/client/GuiGuide.java b/src/main/java/darkknight/jewelrycraft/client/GuiGuide.java
index fbf02ee..fbf02ee 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/client/GuiGuide.java
+++ b/src/main/java/darkknight/jewelrycraft/client/GuiGuide.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/client/GuiRingChest.java b/src/main/java/darkknight/jewelrycraft/client/GuiRingChest.java
index f711558..f711558 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/client/GuiRingChest.java
+++ b/src/main/java/darkknight/jewelrycraft/client/GuiRingChest.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/config/ConfigHandler.java b/src/main/java/darkknight/jewelrycraft/config/ConfigHandler.java
index e9040c9..e9040c9 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/config/ConfigHandler.java
+++ b/src/main/java/darkknight/jewelrycraft/config/ConfigHandler.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerGuide.java b/src/main/java/darkknight/jewelrycraft/container/ContainerGuide.java
index ef05cc4..ef05cc4 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerGuide.java
+++ b/src/main/java/darkknight/jewelrycraft/container/ContainerGuide.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerRingChest.java b/src/main/java/darkknight/jewelrycraft/container/ContainerRingChest.java
index 2728941..2728941 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/ContainerRingChest.java
+++ b/src/main/java/darkknight/jewelrycraft/container/ContainerRingChest.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiHandler.java b/src/main/java/darkknight/jewelrycraft/container/GuiHandler.java
index 3efe71c..3efe71c 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiHandler.java
+++ b/src/main/java/darkknight/jewelrycraft/container/GuiHandler.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiRectangle.java b/src/main/java/darkknight/jewelrycraft/container/GuiRectangle.java
index 76dee04..76dee04 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiRectangle.java
+++ b/src/main/java/darkknight/jewelrycraft/container/GuiRectangle.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTab.java b/src/main/java/darkknight/jewelrycraft/container/GuiTab.java
index c092ba6..c092ba6 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTab.java
+++ b/src/main/java/darkknight/jewelrycraft/container/GuiTab.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabBlocks.java b/src/main/java/darkknight/jewelrycraft/container/GuiTabBlocks.java
index 9627cf1..9627cf1 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabBlocks.java
+++ b/src/main/java/darkknight/jewelrycraft/container/GuiTabBlocks.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabItems.java b/src/main/java/darkknight/jewelrycraft/container/GuiTabItems.java
index a4ea44e..a4ea44e 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabItems.java
+++ b/src/main/java/darkknight/jewelrycraft/container/GuiTabItems.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabJewelsAndModifiers.java b/src/main/java/darkknight/jewelrycraft/container/GuiTabJewelsAndModifiers.java
index 1085f7d..1085f7d 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabJewelsAndModifiers.java
+++ b/src/main/java/darkknight/jewelrycraft/container/GuiTabJewelsAndModifiers.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabNecklaces.java b/src/main/java/darkknight/jewelrycraft/container/GuiTabNecklaces.java
index 4271928..4271928 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabNecklaces.java
+++ b/src/main/java/darkknight/jewelrycraft/container/GuiTabNecklaces.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabRings.java b/src/main/java/darkknight/jewelrycraft/container/GuiTabRings.java
index 646a78b..646a78b 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/GuiTabRings.java
+++ b/src/main/java/darkknight/jewelrycraft/container/GuiTabRings.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/Page.java b/src/main/java/darkknight/jewelrycraft/container/Page.java
index da12663..da12663 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/Page.java
+++ b/src/main/java/darkknight/jewelrycraft/container/Page.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/SlotRingChest.java b/src/main/java/darkknight/jewelrycraft/container/SlotRingChest.java
index 576dee7..576dee7 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/container/SlotRingChest.java
+++ b/src/main/java/darkknight/jewelrycraft/container/SlotRingChest.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/events/BucketHandler.java b/src/main/java/darkknight/jewelrycraft/events/BucketHandler.java
index 64a02c3..64a02c3 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/events/BucketHandler.java
+++ b/src/main/java/darkknight/jewelrycraft/events/BucketHandler.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/events/EntityEventHandler.java b/src/main/java/darkknight/jewelrycraft/events/EntityEventHandler.java
index d8d49a2..d8d49a2 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/events/EntityEventHandler.java
+++ b/src/main/java/darkknight/jewelrycraft/events/EntityEventHandler.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemClayMolds.java b/src/main/java/darkknight/jewelrycraft/item/ItemClayMolds.java
index 323a298..323a298 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemClayMolds.java
+++ b/src/main/java/darkknight/jewelrycraft/item/ItemClayMolds.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemCrystal.java b/src/main/java/darkknight/jewelrycraft/item/ItemCrystal.java
index 2009309..2009309 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemCrystal.java
+++ b/src/main/java/darkknight/jewelrycraft/item/ItemCrystal.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemGuide.java b/src/main/java/darkknight/jewelrycraft/item/ItemGuide.java
index b4d300d..b4d300d 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemGuide.java
+++ b/src/main/java/darkknight/jewelrycraft/item/ItemGuide.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemList.java b/src/main/java/darkknight/jewelrycraft/item/ItemList.java
index 3a91c7b..3a91c7b 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemList.java
+++ b/src/main/java/darkknight/jewelrycraft/item/ItemList.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemMolds.java b/src/main/java/darkknight/jewelrycraft/item/ItemMolds.java
index 0ebb5d1..0ebb5d1 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemMolds.java
+++ b/src/main/java/darkknight/jewelrycraft/item/ItemMolds.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemMoltenMetalBucket.java b/src/main/java/darkknight/jewelrycraft/item/ItemMoltenMetalBucket.java
index 18a17ad..18a17ad 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemMoltenMetalBucket.java
+++ b/src/main/java/darkknight/jewelrycraft/item/ItemMoltenMetalBucket.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemNecklace.java b/src/main/java/darkknight/jewelrycraft/item/ItemNecklace.java
index 71af0a0..71af0a0 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemNecklace.java
+++ b/src/main/java/darkknight/jewelrycraft/item/ItemNecklace.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemRing.java b/src/main/java/darkknight/jewelrycraft/item/ItemRing.java
index fff9120..fff9120 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemRing.java
+++ b/src/main/java/darkknight/jewelrycraft/item/ItemRing.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemThiefGloves.java b/src/main/java/darkknight/jewelrycraft/item/ItemThiefGloves.java
index f61085a..f61085a 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/item/ItemThiefGloves.java
+++ b/src/main/java/darkknight/jewelrycraft/item/ItemThiefGloves.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/lib/Reference.java b/src/main/java/darkknight/jewelrycraft/lib/Reference.java
index a01a77a..a01a77a 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/lib/Reference.java
+++ b/src/main/java/darkknight/jewelrycraft/lib/Reference.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelDisplayer.java b/src/main/java/darkknight/jewelrycraft/model/ModelDisplayer.java
index 9764ca0..9764ca0 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelDisplayer.java
+++ b/src/main/java/darkknight/jewelrycraft/model/ModelDisplayer.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelJewlersCraftingBench.java b/src/main/java/darkknight/jewelrycraft/model/ModelJewlersCraftingBench.java
index 1cc3f72..1cc3f72 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelJewlersCraftingBench.java
+++ b/src/main/java/darkknight/jewelrycraft/model/ModelJewlersCraftingBench.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelMolder.java b/src/main/java/darkknight/jewelrycraft/model/ModelMolder.java
index 374b218..374b218 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelMolder.java
+++ b/src/main/java/darkknight/jewelrycraft/model/ModelMolder.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelSmelter.java b/src/main/java/darkknight/jewelrycraft/model/ModelSmelter.java
index afb3b09..afb3b09 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/model/ModelSmelter.java
+++ b/src/main/java/darkknight/jewelrycraft/model/ModelSmelter.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/recipes/CraftingRecipes.java b/src/main/java/darkknight/jewelrycraft/recipes/CraftingRecipes.java
index 8e70c8e..8e70c8e 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/recipes/CraftingRecipes.java
+++ b/src/main/java/darkknight/jewelrycraft/recipes/CraftingRecipes.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntityDisplayerRender.java b/src/main/java/darkknight/jewelrycraft/renders/TileEntityDisplayerRender.java
index b7acffc..b7acffc 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntityDisplayerRender.java
+++ b/src/main/java/darkknight/jewelrycraft/renders/TileEntityDisplayerRender.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntityJewelrsCraftingTableRender.java b/src/main/java/darkknight/jewelrycraft/renders/TileEntityJewelrsCraftingTableRender.java
index bfc2aac..bfc2aac 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntityJewelrsCraftingTableRender.java
+++ b/src/main/java/darkknight/jewelrycraft/renders/TileEntityJewelrsCraftingTableRender.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntityMolderRender.java b/src/main/java/darkknight/jewelrycraft/renders/TileEntityMolderRender.java
index 4dcec8c..4dcec8c 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntityMolderRender.java
+++ b/src/main/java/darkknight/jewelrycraft/renders/TileEntityMolderRender.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntitySmelterRender.java b/src/main/java/darkknight/jewelrycraft/renders/TileEntitySmelterRender.java
index 0c981c6..0c981c6 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/renders/TileEntitySmelterRender.java
+++ b/src/main/java/darkknight/jewelrycraft/renders/TileEntitySmelterRender.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityAltar.java b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntityAltar.java
index 62ef646..62ef646 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityAltar.java
+++ b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntityAltar.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityBlockShadow.java b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntityBlockShadow.java
index 186f78a..186f78a 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityBlockShadow.java
+++ b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntityBlockShadow.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityDisplayer.java b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntityDisplayer.java
index 35def5c..35def5c 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityDisplayer.java
+++ b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntityDisplayer.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java
index 13b689d..13b689d 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java
+++ b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntityJewelrsCraftingTable.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntityMolder.java
index e985f6f..e985f6f 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntityMolder.java
+++ b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntityMolder.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java
index 53a9f82..53a9f82 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java
+++ b/src/main/java/darkknight/jewelrycraft/tileentity/TileEntitySmelter.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/BlockUtils.java b/src/main/java/darkknight/jewelrycraft/util/BlockUtils.java
index a5f7684..a5f7684 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/BlockUtils.java
+++ b/src/main/java/darkknight/jewelrycraft/util/BlockUtils.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/JewelryNBT.java b/src/main/java/darkknight/jewelrycraft/util/JewelryNBT.java
index d76c84e..d76c84e 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/JewelryNBT.java
+++ b/src/main/java/darkknight/jewelrycraft/util/JewelryNBT.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/JewelrycraftUtil.java b/src/main/java/darkknight/jewelrycraft/util/JewelrycraftUtil.java
index 271f6f9..271f6f9 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/JewelrycraftUtil.java
+++ b/src/main/java/darkknight/jewelrycraft/util/JewelrycraftUtil.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/PlayerUtils.java b/src/main/java/darkknight/jewelrycraft/util/PlayerUtils.java
index aa6a12b..aa6a12b 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/util/PlayerUtils.java
+++ b/src/main/java/darkknight/jewelrycraft/util/PlayerUtils.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/Generation.java b/src/main/java/darkknight/jewelrycraft/worldGen/Generation.java
index f484c0b..f484c0b 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/Generation.java
+++ b/src/main/java/darkknight/jewelrycraft/worldGen/Generation.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.java b/src/main/java/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.java
index 6924940..6924940 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.java
+++ b/src/main/java/darkknight/jewelrycraft/worldGen/village/ComponentJewelry.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/village/JCTrades.java b/src/main/java/darkknight/jewelrycraft/worldGen/village/JCTrades.java
index 8b5c79e..8b5c79e 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/village/JCTrades.java
+++ b/src/main/java/darkknight/jewelrycraft/worldGen/village/JCTrades.java
diff --git a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.java b/src/main/java/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.java
index 145c9a0..145c9a0 100644
--- a/eclipse/Jewelrycraft/common/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.java
+++ b/src/main/java/darkknight/jewelrycraft/worldGen/village/VillageJewelryHandler.java
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/Changelog.txt b/src/main/resources/assets/jewelrycraft/Changelog.txt
index b1af1e8..b1af1e8 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/Changelog.txt
+++ b/src/main/resources/assets/jewelrycraft/Changelog.txt
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/Displayer.tcn b/src/main/resources/assets/jewelrycraft/Displayer.tcn
index 06113a0..06113a0 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/Displayer.tcn
+++ b/src/main/resources/assets/jewelrycraft/Displayer.tcn
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/Smelter.tcn b/src/main/resources/assets/jewelrycraft/Smelter.tcn
index 2f6597f..2f6597f 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/Smelter.tcn
+++ b/src/main/resources/assets/jewelrycraft/Smelter.tcn
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/lang/en_US.lang b/src/main/resources/assets/jewelrycraft/lang/en_US.lang
index a52e437..a52e437 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/lang/en_US.lang
+++ b/src/main/resources/assets/jewelrycraft/lang/en_US.lang
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/pack.mcmeta b/src/main/resources/assets/jewelrycraft/pack.mcmeta
index 0b04ef8..0b04ef8 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/pack.mcmeta
+++ b/src/main/resources/assets/jewelrycraft/pack.mcmeta
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png
index 7ca4c6a..7ca4c6a 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_bottom.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/altar_side.png b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_side.png
index 3a69977..3a69977 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/altar_side.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_side.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/altar_top.png b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_top.png
index 39210c3..39210c3 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/altar_top.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/altar_top.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow0.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow0.png
index 0b5323d..0b5323d 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow0.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow0.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow1.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow1.png
index 16f9908..16f9908 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow1.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow1.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow10.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow10.png
index be70eb5..be70eb5 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow10.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow10.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow11.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow11.png
index 1684d9a..1684d9a 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow11.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow11.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow12.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow12.png
index ed4ea49..ed4ea49 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow12.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow12.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow13.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow13.png
index 9b2100a..9b2100a 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow13.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow13.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow14.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow14.png
index ea00725..ea00725 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow14.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow14.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow15.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow15.png
index 2140624..2140624 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow15.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow15.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow2.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow2.png
index f95b111..f95b111 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow2.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow2.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow3.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow3.png
index 0dd5633..0dd5633 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow3.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow3.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow4.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow4.png
index a4e926c..a4e926c 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow4.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow4.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow5.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow5.png
index 8461ac4..8461ac4 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow5.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow5.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow6.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow6.png
index 352d3e4..352d3e4 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow6.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow6.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow7.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow7.png
index 9aa0e03..9aa0e03 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow7.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow7.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow8.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow8.png
index ad21447..ad21447 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow8.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow8.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow9.png b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow9.png
index 01c0fa4..01c0fa4 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/blockShadow9.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/blockShadow9.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/displayer.png b/src/main/resources/assets/jewelrycraft/textures/blocks/displayer.png
index 155fa53..155fa53 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/displayer.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/displayer.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/jewelrsCraftingTable.png b/src/main/resources/assets/jewelrycraft/textures/blocks/jewelrsCraftingTable.png
index e826bbe..e826bbe 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/jewelrsCraftingTable.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/jewelrsCraftingTable.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/molder.png b/src/main/resources/assets/jewelrycraft/textures/blocks/molder.png
index 5a08164..5a08164 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/molder.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/molder.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png
index 8e9a452..8e9a452 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png.mcmeta b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png.mcmeta
index 8e55e43..8e55e43 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png.mcmeta
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalFlow.png.mcmeta
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png
index 1eff844..1eff844 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png.mcmeta b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png.mcmeta
index 7ceb363..7ceb363 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png.mcmeta
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/moltenMetalStill.png.mcmeta
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/oreShadow.png b/src/main/resources/assets/jewelrycraft/textures/blocks/oreShadow.png
index ffc48dc..ffc48dc 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/oreShadow.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/oreShadow.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/smelter.png b/src/main/resources/assets/jewelrycraft/textures/blocks/smelter.png
index 4da0c0a..4da0c0a 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/blocks/smelter.png
+++ b/src/main/resources/assets/jewelrycraft/textures/blocks/smelter.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/entities/jeweler.png b/src/main/resources/assets/jewelrycraft/textures/entities/jeweler.png
index fbd01cb..fbd01cb 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/entities/jeweler.png
+++ b/src/main/resources/assets/jewelrycraft/textures/entities/jeweler.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/gui/chest_ring.png b/src/main/resources/assets/jewelrycraft/textures/gui/chest_ring.png
index 66f00cc..66f00cc 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/gui/chest_ring.png
+++ b/src/main/resources/assets/jewelrycraft/textures/gui/chest_ring.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/gui/guidePage.png b/src/main/resources/assets/jewelrycraft/textures/gui/guidePage.png
index c74dab2..c74dab2 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/gui/guidePage.png
+++ b/src/main/resources/assets/jewelrycraft/textures/gui/guidePage.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png b/src/main/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png
index 0746861..0746861 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png
+++ b/src/main/resources/assets/jewelrycraft/textures/gui/guidePageFlip.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/bucketOverlay.png b/src/main/resources/assets/jewelrycraft/textures/items/bucketOverlay.png
index fc2e2a9..fc2e2a9 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/bucketOverlay.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/bucketOverlay.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/clayIngotMold.png b/src/main/resources/assets/jewelrycraft/textures/items/clayIngotMold.png
index 0fecb22..0fecb22 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/clayIngotMold.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/clayIngotMold.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png b/src/main/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png
index 455f094..455f094 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/clayNecklaceMold.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/clayRingMold.png b/src/main/resources/assets/jewelrycraft/textures/items/clayRingMold.png
index 49d2ab1..49d2ab1 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/clayRingMold.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/clayRingMold.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/crystal.png b/src/main/resources/assets/jewelrycraft/textures/items/crystal.png
index 563a41f..563a41f 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/crystal.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/crystal.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/crystalOverlay.png b/src/main/resources/assets/jewelrycraft/textures/items/crystalOverlay.png
index d17e909..d17e909 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/crystalOverlay.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/crystalOverlay.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/guide.png b/src/main/resources/assets/jewelrycraft/textures/items/guide.png
index 39c7f2c..39c7f2c 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/guide.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/guide.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ingotMold.png b/src/main/resources/assets/jewelrycraft/textures/items/ingotMold.png
index 0575de5..0575de5 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ingotMold.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/ingotMold.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ingotShadow.png b/src/main/resources/assets/jewelrycraft/textures/items/ingotShadow.png
index e3b3aed..e3b3aed 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ingotShadow.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/ingotShadow.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/jewelNecklace.png b/src/main/resources/assets/jewelrycraft/textures/items/jewelNecklace.png
index 41244d4..41244d4 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/jewelNecklace.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/jewelNecklace.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/jewelRing.png b/src/main/resources/assets/jewelrycraft/textures/items/jewelRing.png
index 4875772..4875772 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/jewelRing.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/jewelRing.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/necklace.png b/src/main/resources/assets/jewelrycraft/textures/items/necklace.png
index 054744d..054744d 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/necklace.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/necklace.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/necklaceMold.png b/src/main/resources/assets/jewelrycraft/textures/items/necklaceMold.png
index 0df4b65..0df4b65 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/necklaceMold.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/necklaceMold.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ring.png b/src/main/resources/assets/jewelrycraft/textures/items/ring.png
index ae59f5a..ae59f5a 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ring.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/ring.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ringMold.png b/src/main/resources/assets/jewelrycraft/textures/items/ringMold.png
index 7bab639..7bab639 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/ringMold.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/ringMold.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/thiefGloves.png b/src/main/resources/assets/jewelrycraft/textures/items/thiefGloves.png
index b56e925..b56e925 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/items/thiefGloves.png
+++ b/src/main/resources/assets/jewelrycraft/textures/items/thiefGloves.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/Displayer.png b/src/main/resources/assets/jewelrycraft/textures/tileentities/Displayer.png
index 200637b..200637b 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/Displayer.png
+++ b/src/main/resources/assets/jewelrycraft/textures/tileentities/Displayer.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/JewelrsCraftingBench.png b/src/main/resources/assets/jewelrycraft/textures/tileentities/JewelrsCraftingBench.png
index 1ee75d0..1ee75d0 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/JewelrsCraftingBench.png
+++ b/src/main/resources/assets/jewelrycraft/textures/tileentities/JewelrsCraftingBench.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/Molder.png b/src/main/resources/assets/jewelrycraft/textures/tileentities/Molder.png
index c5acc88..c5acc88 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/Molder.png
+++ b/src/main/resources/assets/jewelrycraft/textures/tileentities/Molder.png
Binary files differ
diff --git a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/Smelter.png b/src/main/resources/assets/jewelrycraft/textures/tileentities/Smelter.png
index 6ec3595..6ec3595 100644
--- a/eclipse/Jewelrycraft/resources/assets/jewelrycraft/textures/tileentities/Smelter.png
+++ b/src/main/resources/assets/jewelrycraft/textures/tileentities/Smelter.png
Binary files differ