mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2025-01-01 14:07:56 +01:00
Set mappings namespace to skip remapping on Paper 1.20.5+ (#3881)
This commit is contained in:
parent
2361ea43ee
commit
d74a4dcb7e
@ -25,6 +25,10 @@ shadowJar {
|
||||
from {
|
||||
project(':bukkit').tasks.shadowJar.archiveFile
|
||||
}
|
||||
|
||||
manifest {
|
||||
attributes(["paperweight-mappings-namespace": "mojang"])
|
||||
}
|
||||
}
|
||||
|
||||
artifacts {
|
||||
|
Loading…
Reference in New Issue
Block a user