Skip to content

Commit

Permalink
fix mixin config not getting added to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
deirn committed Jun 5, 2024
1 parent ccef781 commit aea1738
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions platform/forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ tasks.processResources {
tasks.jar {
archiveClassifier = "dev"
finalizedBy("jarJar")

manifest.attributes(mapOf(
"MixinConfigs" to "badpackets.mixins.json"
))
}

tasks.jarJar {
Expand Down
1 change: 1 addition & 0 deletions platform/forge/src/main/resources/badpackets.refmap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
1 change: 1 addition & 0 deletions platform/neo/src/main/resources/badpackets.refmap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}

0 comments on commit aea1738

Please sign in to comment.