It compiles. Somehow.

This commit is contained in:
Nicholas Ignoffo 2017-08-15 20:21:54 -07:00
parent 554c9852e6
commit 348fee1e2a
150 changed files with 1029 additions and 2186 deletions
src/main/java/WayofTime/bloodmagic/proxy

View file

@ -13,24 +13,11 @@ import WayofTime.bloodmagic.api.ritual.CapabilityRuneType;
import WayofTime.bloodmagic.api.ritual.IRitualStone;
import WayofTime.bloodmagic.api.teleport.TeleportQueue;
import WayofTime.bloodmagic.fuel.FuelHandler;
import WayofTime.bloodmagic.util.helper.InventoryRenderHelper;
import WayofTime.bloodmagic.util.helper.InventoryRenderHelperV2;
import com.google.common.collect.ImmutableMap;
public class CommonProxy
{
@Deprecated
public InventoryRenderHelper getRenderHelper()
{
return null;
}
public InventoryRenderHelperV2 getRenderHelperV2()
{
return null;
}
public void preInit()
{
MinecraftForge.EVENT_BUS.register(TeleportQueue.getInstance());