This commit is contained in:
Florian Nücke 2014-03-08 22:09:09 +01:00
commit baf007a72a
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,10 @@
jar {
classifier = 'universal'
manifest {
attributes FMLCorePlugin: "li.cil.oc.common.launch.TransformerLoader", FMLCorePluginContainsFMLMod: "true"
}
}
// because the normal default jar task has been modified to be obfuscated
task deobfJar(type: Jar) {
from sourceSets.main.output

View File

@ -1,3 +0,0 @@
Manifest-Version: 1.0
FMLCorePlugin: li.cil.oc.common.launch.TransformerLoader
FMLCorePluginContainsFMLMod: true