9 lines
205 B
Java
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!
|
|
}
|
|
}
|