diff options
Diffstat (limited to 'common/darkknight/jewelrycraft/client/ClientProxy.java')
| -rw-r--r-- | common/darkknight/jewelrycraft/client/ClientProxy.java | 10 |
1 files changed, 2 insertions, 8 deletions
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 { |
