mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
GeyserCustomSkullConfiguration uses Configurate
This commit is contained in:
parent
360350d44e
commit
add02cadd7
4 changed files with 17 additions and 9 deletions
|
@ -26,7 +26,10 @@ dependencies {
|
|||
|
||||
compileOnlyApi(libs.viaversion)
|
||||
|
||||
implementation(libs.gson.record.factory) // For 1.16.5/1.17.1
|
||||
// For 1.16.5/1.17.1
|
||||
implementation(libs.gson.record.factory) {
|
||||
isTransitive = false
|
||||
}
|
||||
}
|
||||
|
||||
platformRelocate("it.unimi.dsi.fastutil")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue