mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-26 14:35:04 -04:00
Merge branch 'master' of https://github.com/MightyPirates/OpenComputers into MC1.7
This commit is contained in:
commit
baf007a72a
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
Manifest-Version: 1.0
|
||||
FMLCorePlugin: li.cil.oc.common.launch.TransformerLoader
|
||||
FMLCorePluginContainsFMLMod: true
|
Loading…
x
Reference in New Issue
Block a user