DepLoader is now loaded properly... Oops...
This commit is contained in:
parent
cc0e6a4755
commit
de6e418e91
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue