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 7e7ddac commit 3277c77
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,4 @@ loom.noServerRunConfigs()

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.21")
}

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

0 comments on commit 3277c77

Please sign in to comment.