blob: 2b9b8dc7fc35b681079f14a989b59ee52341fc3b (
plain)
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()
{
}
}
|