BiomesOPlenty/common/biomesoplenty/CommonProxy.java
2013-09-13 16:44:22 +10:00

20 lines
No EOL
301 B
Java

package biomesoplenty;
public class CommonProxy
{
// Client stuff
public void registerRenderers()
{
// Nothing here as the server doesn't render graphics!
}
public int addArmor(String armor)
{
return 0;
}
public void spawnParticle(String string, double x, double y, double z)
{
}
}