Hopefully that'll do it!
This commit is contained in:
parent
ae38aef7b8
commit
56f3c7f79a
1 changed files with 5 additions and 1 deletions
|
@ -67,8 +67,12 @@ task moveRes(type: Sync) {
|
|||
|
||||
task coreJar(type: Jar) {
|
||||
dependsOn 'reobf'
|
||||
manifest = 'etc/core/MANIFEST.MF'
|
||||
baseName = 'Mekanism'
|
||||
|
||||
manifest {
|
||||
attributes 'FMLCorePlugin': 'mekanism.common.asm.LoadingHook'
|
||||
}
|
||||
|
||||
from 'etc/core'
|
||||
from zipTree(reobf.outputs.getFiles().getSingleFile()).matching {
|
||||
exclude 'mekanism/tools/**', 'mekanism/generators/**'
|
||||
|
|
Loading…
Reference in a new issue