Added ASM Method and Field stripper, more work on own power net

This commit is contained in:
modmuss50 2015-07-01 16:41:40 +01:00
parent 4fae706242
commit 5b06a20351
6 changed files with 327 additions and 5 deletions

View file

@ -137,6 +137,10 @@ task deobfJar(type: Jar) {
}
jar {
manifest {
attributes 'FMLCorePlugin': 'techreborn.asm.LoadingPlugin'
attributes 'FMLCorePluginContainsFMLMod': 'true'
}
exclude "**/*.psd"
appendix = 'universal'
classifier = 'universal'