Removed old META-INF

This commit is contained in:
Adubbz 2014-01-16 17:31:27 +11:00
parent bdb5caea8d
commit 53f45f0e64
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ processResources {
// change the name of my obfuscated jar
jar {
manifest {
attributes 'FMLCorePlugin': 'biomesoplenty.asm.BOPFMLLoadingPlugin'
attributes 'FMLCorePluginContainsFMLMod': 'true'
//attributes 'FMLCorePlugin': 'biomesoplenty.asm.BOPFMLLoadingPlugin'
//attributes 'FMLCorePluginContainsFMLMod': 'true'
}
appendix = 'universal'
}