From 4d0e0e8de72bda8543a888082a93b1e56f13856b Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 8 Feb 2014 03:03:22 +0200 Subject: Added a new block and implemented an on/off "switch" for the rings that give buffs, also working on balancing the rings --- common/darkknight/jewelrycraft/client/ClientProxy.java | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'common/darkknight/jewelrycraft/client/ClientProxy.java') diff --git a/common/darkknight/jewelrycraft/client/ClientProxy.java b/common/darkknight/jewelrycraft/client/ClientProxy.java index 2becba5..e086e94 100644 --- a/common/darkknight/jewelrycraft/client/ClientProxy.java +++ b/common/darkknight/jewelrycraft/client/ClientProxy.java @@ -4,14 +4,8 @@ import net.minecraft.util.ResourceLocation; import cpw.mods.fml.client.registry.ClientRegistry; import cpw.mods.fml.common.registry.VillagerRegistry; import darkknight.jewelrycraft.CommonProxy; -import darkknight.jewelrycraft.renders.TileEntityDisplayerRender; -import darkknight.jewelrycraft.renders.TileEntityJewelrsCraftingTableRender; -import darkknight.jewelrycraft.renders.TileEntityMolderRender; -import darkknight.jewelrycraft.renders.TileEntitySmelterRender; -import darkknight.jewelrycraft.tileentity.TileEntityDisplayer; -import darkknight.jewelrycraft.tileentity.TileEntityJewelrsCraftingTable; -import darkknight.jewelrycraft.tileentity.TileEntityMolder; -import darkknight.jewelrycraft.tileentity.TileEntitySmelter; +import darkknight.jewelrycraft.renders.*; +import darkknight.jewelrycraft.tileentity.*; public class ClientProxy extends CommonProxy { -- cgit v1.2.3