1 2 3 4 5 6 7 8 9 10 11 12 13 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() { } }