Put Core Mod Error Behind a Proxy.

This commit is contained in:
AlgorithmX2
2014-08-03 12:00:53 -05:00
parent ef40410511
commit f4654b4762
4 changed files with 17 additions and 2 deletions
+7
View File
@@ -62,6 +62,7 @@ import appeng.helpers.IMouseWheelItem;
import appeng.hooks.TickHandler;
import appeng.hooks.TickHandler.PlayerColor;
import appeng.server.ServerHelper;
import appeng.transformer.MissingCoreMod;
import appeng.util.Platform;
import cpw.mods.fml.client.registry.ClientRegistry;
import cpw.mods.fml.client.registry.RenderingRegistry;
@@ -394,4 +395,10 @@ public class ClientHelper extends ServerHelper
return Minecraft.getMinecraft().objectMouseOver;
}
@Override
public void missingCoreMod()
{
throw new MissingCoreMod();
}
}