diff --git a/build.gradle b/build.gradle index 1c73ad46f..6bf3cb3c5 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }