Skip to content

Commit

Permalink
loader/ml9: only include our mixin config from generated-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Sychic committed Jun 19, 2024
1 parent 2028a6d commit e891112
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 @@ -82,7 +82,7 @@ when {
named<ProcessResources>("processResources") {
if (!isML8) {
dependsOn(named("generateEssentialLoaderMixinConfig"))
from(file("${layout.buildDirectory}/generated-resources"))
from(file("${layout.buildDirectory}/generated-resources/mixin.stage0.essential-loader.json"))
}
}
}
Expand Down

0 comments on commit e891112

Please sign in to comment.