Skip to content

Commit

Permalink
add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
asbyth committed Apr 9, 2020
1 parent acb7cc4 commit 22cf21e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ processResources {
}
}

jar {
manifest {
attributes "FMLCorePlugin": "club.sk1er.mods.modcore.FMLLoadingPlugin",
"ModSide": "CLIENT",
"FMLCorePluginContainsFMLMod": "Yes, yes it does"
}
}

task moveResources {
doLast {
ant.move file: "${buildDir}/resources/main",
Expand Down

0 comments on commit 22cf21e

Please sign in to comment.