Fix server startup crash
This commit is contained in:
parent
9ce9c66fb9
commit
42c7162f3f
5 changed files with 18 additions and 3 deletions
|
@ -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() {
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue