DepLoader is now loaded properly... Oops...

This commit is contained in:
Adubbz 2013-11-06 19:38:15 +11:00
parent cc0e6a4755
commit de6e418e91
1 changed files with 6 additions and 0 deletions

View File

@ -3,12 +3,18 @@ package biomesoplenty.asm;
import java.io.File;
import java.util.Map;
import codechicken.core.launch.DepLoader;
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
import cpw.mods.fml.relauncher.IFMLLoadingPlugin.TransformerExclusions;
@TransformerExclusions({ "biomesoplenty.asm" })
public class BOPFMLLoadingPlugin implements IFMLLoadingPlugin
{
public BOPFMLLoadingPlugin()
{
DepLoader.load();
}
public static File location;
@Override