summaryrefslogtreecommitdiff
path: root/java/darkknight/jewelrycraft/CommonProxy.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/darkknight/jewelrycraft/CommonProxy.java')
-rw-r--r--java/darkknight/jewelrycraft/CommonProxy.java9
1 files changed, 7 insertions, 2 deletions
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