Use new 1.8 minecraft.coreMod attribute to let it automatically add to the manifest and runconfiguration

This commit is contained in:
thatsIch 2016-02-16 22:24:49 +01:00
parent 0c61a316ed
commit 98bded8653
1 changed files with 2 additions and 1 deletions

View File

@ -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"