From 420faddca46e70e3a70def168fb4e452ef193b0d Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Sat, 21 Feb 2015 21:31:16 +0000 Subject: Added just a butt ton of stuff, also thanks to pau101 for helping me with the Hand Pedestal animation :) --- java/darkknight/jewelrycraft/CommonProxy.java | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'java/darkknight/jewelrycraft/CommonProxy.java') diff --git a/java/darkknight/jewelrycraft/CommonProxy.java b/java/darkknight/jewelrycraft/CommonProxy.java index 2b9b8dc..03f7c90 100644 --- a/java/darkknight/jewelrycraft/CommonProxy.java +++ b/java/darkknight/jewelrycraft/CommonProxy.java @@ -1,14 +1,13 @@ package darkknight.jewelrycraft; -import net.minecraft.entity.player.EntityPlayer; -import net.minecraft.world.World; -import cpw.mods.fml.common.network.IGuiHandler; -import darkknight.jewelrycraft.client.GuiJewelry; -import darkknight.jewelrycraft.container.ContainerJewelryTab; - +/** + * The Class CommonProxy. + */ public class CommonProxy { + /** + * Register renderers. + */ public void registerRenderers() - { - } + {} } \ No newline at end of file -- cgit v1.2.3