Skip to content

Commit

Permalink
Build: Remove manifest since it gets destroyed when shading
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Jun 27, 2024
1 parent 21932fd commit ff11eaa
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,3 @@ tasks.withType<KotlinCompile> {
apiVersion = "1.6"
}
}

tasks.jar {
manifest {
if (platform.isModLauncher) {
attributes(mapOf("FMLModType" to "GAMELIBRARY"))
}
}
}

0 comments on commit ff11eaa

Please sign in to comment.