summaryrefslogtreecommitdiff
path: root/java/darkknight/jewelrycraft/CommonProxy.java
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-01-29 18:28:37 +0000
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-01-29 18:28:37 +0000
commit73ca377dc01f859dabd7b07738cb7aeb762272b1 (patch)
tree9c0acccbfbf78e813fb838ab566c96a40c5f36bb /java/darkknight/jewelrycraft/CommonProxy.java
parent06f62473f0622efe6decc32b70516a7c5d3d3572 (diff)
Made lots of changes
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