fix a weird bug

This commit is contained in:
Pyrbu 2023-12-18 17:11:17 +01:00
parent 5c1ef46fc2
commit e078c3cb5e
2 changed files with 2 additions and 2 deletions

@ -8,7 +8,7 @@ runServer {
javaLauncher = javaToolchains.launcherFor {
languageVersion = JavaLanguageVersion.of(17)
}
minecraftVersion "1.20.4"
minecraftVersion "1.20.2"
}
processResources {