It compiles. Somehow.
This commit is contained in:
parent
554c9852e6
commit
348fee1e2a
150 changed files with 1029 additions and 2186 deletions
src/main/java/WayofTime/bloodmagic/proxy
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue