Attempting to fix manifests

This commit is contained in:
Adubbz 2015-03-10 06:28:34 +11:00
parent f7649572f0
commit cd9d2f2066
1 changed files with 7 additions and 1 deletions

View File

@ -66,7 +66,13 @@ def commonManifest = {
}
jar {
manifest commonManifest
manifest {
attributes 'FMLCorePlugin': 'biomesoplenty.common.asm.BOPLoadingPlugin'
attributes 'FMLCorePluginContainsFMLMod': 'true'
attributes 'ForceLoadAsMod': true
attributes 'FMLAT': 'biomesoplenty_at.cfg'
}
classifier = 'universal'
}