Added ASM Method and Field stripper, more work on own power net
This commit is contained in:
parent
4fae706242
commit
5b06a20351
6 changed files with 327 additions and 5 deletions
|
@ -137,6 +137,10 @@ task deobfJar(type: Jar) {
|
|||
}
|
||||
|
||||
jar {
|
||||
manifest {
|
||||
attributes 'FMLCorePlugin': 'techreborn.asm.LoadingPlugin'
|
||||
attributes 'FMLCorePluginContainsFMLMod': 'true'
|
||||
}
|
||||
exclude "**/*.psd"
|
||||
appendix = 'universal'
|
||||
classifier = 'universal'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue