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() { } }