1
mirror of https://github.com/Shiewk/SModeration.git synced 2026-04-28 05:54:16 +02:00

Fix hostile entities targeting vanished players

This commit is contained in:
Shy
2025-12-05 16:51:23 +01:00
parent 53df1a908a
commit dcb52e3e6d
3 changed files with 20 additions and 4 deletions
+3 -3
View File
@@ -30,11 +30,11 @@ runPaper {
}
runServer {
minecraftVersion("1.21.8")
minecraftVersion("1.21.4")
downloadPlugins {
// for testing from other client versions
modrinth("ViaVersion", "5.4.1")
modrinth("ViaBackwards", "5.4.1")
modrinth("ViaVersion", "5.5.1")
modrinth("ViaBackwards", "5.5.1")
}
}