diff options
Diffstat (limited to 'java/darkknight/jewelrycraft/CommonProxy.java')
| -rw-r--r-- | java/darkknight/jewelrycraft/CommonProxy.java | 15 |
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 |
