summaryrefslogtreecommitdiff
path: root/java/darkknight/jewelrycraft/CommonProxy.java
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-02-21 21:31:16 +0000
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-02-21 21:31:16 +0000
commit420faddca46e70e3a70def168fb4e452ef193b0d (patch)
tree247e334012e4bf9e4fa6d42718bf601ce6bd42d9 /java/darkknight/jewelrycraft/CommonProxy.java
parent3f4c717de5ebc9b942d65ae45ac87c43bdf8a31b (diff)
Added just a butt ton of stuff, also thanks to pau101 for helping me with the Hand Pedestal animation :)
Diffstat (limited to 'java/darkknight/jewelrycraft/CommonProxy.java')
-rw-r--r--java/darkknight/jewelrycraft/CommonProxy.java15
1 files changed, 7 insertions, 8 deletions
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