Skip to content

Commit

Permalink
Opt out of remapping on Paper
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed May 12, 2024
1 parent 35ad0d0 commit 6b7108f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bukkit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ tasks {
relocate("net.kyori", "${project.group}.${rootProject.name}.lib.net.kyori")
relocate("org.bstats", "${project.group}.${rootProject.name}.lib.org.bstats")
relocate("org.popcraft.chunky.nbt", "${project.group}.${rootProject.name}.lib.org.popcraft.chunky.nbt")
manifest {
attributes("paperweight-mappings-namespace" to "mojang")
}
}
}

Expand Down

0 comments on commit 6b7108f

Please sign in to comment.