Skip to content

Commit

Permalink
change: remove unecessary manifest attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Oct 30, 2023
1 parent 443b2d5 commit ad6f09f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/kotlin/gg/essential/essential-loader.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ when {
tasks.named<Jar>("jar") {
dependsOn(essentialLoader)
manifest.attributes(mapOf(
"FMLCorePluginContainsMod" to "Yes, yes it does",
"TweakClass" to "gg.essential.loader.stage0.EssentialSetupTweaker"
))
from({ zipTree(essentialLoader.singleFile) })
Expand Down

0 comments on commit ad6f09f

Please sign in to comment.