diff --git a/build.gradle b/build.gradle index 5cf066d37..8af78f05e 100644 --- a/build.gradle +++ b/build.gradle @@ -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' }