Skip to content

Commit

Permalink
Set final plugin as mojang-mapped
Browse files Browse the repository at this point in the history
Only uses api methods, remapping this is useless
  • Loading branch information
booky10 committed May 4, 2024
1 parent 8635452 commit a7c45e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,10 @@ tasks {
assemble {
dependsOn(shadowJar)
}

withType<Jar> {
manifest.attributes(
"paperweight-mappings-namespace" to "mojang"
)
}
}

0 comments on commit a7c45e7

Please sign in to comment.