Added transformer exclusion
This commit is contained in:
parent
4525c30c59
commit
83f248e36f
1 changed files with 2 additions and 0 deletions
|
@ -5,7 +5,9 @@ import java.util.Map;
|
|||
|
||||
import biomesoplenty.asm.smoothing.BOPBiomeTransitionSmoothing;
|
||||
import cpw.mods.fml.relauncher.IFMLLoadingPlugin;
|
||||
import cpw.mods.fml.relauncher.IFMLLoadingPlugin.TransformerExclusions;
|
||||
|
||||
@TransformerExclusions({ "biomesoplenty.asm" })
|
||||
public class BOPFMLLoadingPlugin implements IFMLLoadingPlugin
|
||||
{
|
||||
public static File location;
|
||||
|
|
Loading…
Reference in a new issue