Fix server startup crash

This commit is contained in:
Nick 2015-12-28 13:43:26 -08:00
parent 9ce9c66fb9
commit 42c7162f3f
5 changed files with 18 additions and 3 deletions

View file

@ -1,7 +1,13 @@
package WayofTime.bloodmagic.proxy;
import WayofTime.bloodmagic.util.helper.InventoryRenderHelper;
public class CommonProxy {
public InventoryRenderHelper getRenderHelper() {
return null;
}
public void preInit() {
}