Skip to content

Commit

Permalink
Build: Fix FMLModType being incorrectly set to LIBRARY
Browse files Browse the repository at this point in the history
As of ML9, it would have to be `GAMELIBRARY` for it to be able to reference minecraft classes, however since we require shading and relocation on ML9 anyway, we may as well just remove it outright.

GitHub: #145
  • Loading branch information
Sychic committed Jun 28, 2024
1 parent 590b10f commit 91c492f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ tasks.jar {
exclude("META-INF/mods.toml")
exclude("mcmod.info")
exclude("kotlin/**")
manifest {
attributes(mapOf("FMLModType" to "LIBRARY"))
}
}

tasks.named<Jar>("sourcesJar") {
Expand Down

0 comments on commit 91c492f

Please sign in to comment.