Skip to content

Commit

Permalink
Update manifest to stop remapping (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
thegatesdev authored Nov 14, 2024
1 parent cbb4c63 commit 71de145
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ tasks {
archiveFileName.set("PurpurExtras-${version}.jar")
relocate("org.reflections", "org.purpurmc.purpurextras.reflections")
relocate("me.youhavetrouble.entiddy", "org.purpurmc.purpurextras.entiddy")

manifest {
attributes["paperweight-mappings-namespace"] = "mojang"
}
}

register("downloadServer") {
Expand Down

0 comments on commit 71de145

Please sign in to comment.