From 73ca377dc01f859dabd7b07738cb7aeb762272b1 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Thu, 29 Jan 2015 18:28:37 +0000 Subject: Made lots of changes --- java/darkknight/jewelrycraft/CommonProxy.java | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'java/darkknight/jewelrycraft/CommonProxy.java') diff --git a/java/darkknight/jewelrycraft/CommonProxy.java b/java/darkknight/jewelrycraft/CommonProxy.java index 8ce261b..2b9b8dc 100644 --- a/java/darkknight/jewelrycraft/CommonProxy.java +++ b/java/darkknight/jewelrycraft/CommonProxy.java @@ -1,9 +1,14 @@ 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; + public class CommonProxy { public void registerRenderers() { - } -} +} \ No newline at end of file -- cgit v1.2.3