3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-03 08:21:06 +02:00

Relocate Adventure

Dieser Commit ist enthalten in:
Camotoy 2022-03-04 22:23:58 -05:00
Ursprung 3e71e3fb0b
Commit 05f7b01540

Datei anzeigen

@ -84,6 +84,7 @@ shadowJar {
relocate("org.objectweb.asm", "org.geysermc.relocate.asm")
relocate("org.yaml", "org.geysermc.relocate.yaml") // https://github.com/CardboardPowered/cardboard/issues/139
relocate("com.fasterxml.jackson", "org.geysermc.relocate.jackson")
relocate("net.kyori", "org.geysermc.relocate.kyori")
}
jar {