Begin cleaning up model registration
This commit is contained in:
parent
f613c00970
commit
325cda2f71
16 changed files with 200 additions and 51 deletions
src/main/java/WayofTime/bloodmagic/proxy
|
@ -1,5 +1,6 @@
|
|||
package WayofTime.bloodmagic.proxy;
|
||||
|
||||
import WayofTime.bloodmagic.util.helper.InventoryRenderHelperV2;
|
||||
import net.minecraft.world.World;
|
||||
import net.minecraftforge.common.MinecraftForge;
|
||||
import WayofTime.bloodmagic.util.handler.EventHandler;
|
||||
|
@ -7,11 +8,17 @@ import WayofTime.bloodmagic.util.helper.InventoryRenderHelper;
|
|||
|
||||
public class CommonProxy
|
||||
{
|
||||
@Deprecated
|
||||
public InventoryRenderHelper getRenderHelper()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public InventoryRenderHelperV2 getRenderHelperV2()
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public void preInit()
|
||||
{
|
||||
MinecraftForge.EVENT_BUS.register(new EventHandler());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue