surface-world/net/phoenixinquis/minecraft/surfaceworld/CommonProxy.java
2013-10-29 18:26:11 -04:00

9 lines
205 B
Java

package net.phoenixinquis.minecraft.surfaceworld;
public class CommonProxy {
// Client stuff
public void registerRenderers() {
// Nothing here as the server doesn't render graphics or entities!
}
}