mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
NMS adapter for spigot 1.20 (#3911)
This commit is contained in:
parent
b43bc3d86e
commit
40775149f5
2 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,9 @@ dependencies {
|
|||
isTransitive = false
|
||||
}
|
||||
|
||||
implementation(libs.adapters.spigot)
|
||||
implementation(variantOf(libs.adapters.spigot) {
|
||||
classifier("all") // otherwise the unshaded jar is used without the shaded NMS implementations
|
||||
})
|
||||
|
||||
implementation(libs.commodore)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue