Attempting to fix manifests
This commit is contained in:
parent
f7649572f0
commit
cd9d2f2066
1 changed files with 7 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue