1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-30 12:19:10 +00:00

Initial 1.21.3 changes for mod platforms

This commit is contained in:
onebeastchris
2024-10-25 02:15:51 +08:00
parent e17ad64d8c
commit 1a04aa6ea6
11 changed files with 32 additions and 22 deletions

View File

@@ -6,6 +6,10 @@ plugins {
id("io.freefair.lombok")
}
tasks.test {
enabled = false
}
dependencies {
constraints {
implementation(libs.raknet) // Ensure protocol does not override the RakNet version