Skip to content

Commit

Permalink
loader/ml9: use only relocated package for mixin config name
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Aug 25, 2024
1 parent 787a65b commit 7349ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/gg/essential/essential-loader.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ when {
You need to set `essential.loader.modName` in the project's `gradle.properties` file to the name of your mod.
For example: `essential.loader.modName=Cool Mod`
""".trimIndent())
val mixinConfigName = "mixin.essential-loader-stage0.$relocatedPackage.$modName.json"
val mixinConfigName = "mixin.essential-loader-stage0.$relocatedPackage.json"
tasks {
val generateEssentialLoaderMixinConfig by registering {
inputs.properties(
Expand Down

0 comments on commit 7349ad7

Please sign in to comment.