diff --git a/build.gradle b/build.gradle index ce095dc0..3af24d8c 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,6 @@ if (hasProperty("teamcity")) { // Add Coremod Manifest jar { manifest { - attributes 'FMLCorePlugin': 'appeng.transformer.AppEngCore' attributes 'FMLCorePluginContainsFMLMod': 'true' } @@ -79,6 +78,8 @@ jar { } minecraft { + coreMod = "appeng.transformer.AppEngCore" + version = minecraft_version + "-" + forge_version replaceIn "AEConfig.java"