1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-26 07:44:24 +02:00

Set mappings namespace to skip remapping on Paper 1.20.5+ (#3881)

This commit is contained in:
Jason Penilla
2024-04-30 02:31:16 -07:00
committed by GitHub
parent 2361ea43ee
commit d74a4dcb7e

View File

@@ -25,6 +25,10 @@ shadowJar {
from {
project(':bukkit').tasks.shadowJar.archiveFile
}
manifest {
attributes(["paperweight-mappings-namespace": "mojang"])
}
}
artifacts {