Updated bukkit platform to 1.21.6

This commit is contained in:
OakLoaf
2025-06-10 11:44:10 +01:00
parent bab8923f1e
commit 20a5bfdd0f
27 changed files with 34 additions and 36 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ plugins {
dependencies {
shaded(project(":platforms:bukkit:common"))
shaded(project(":platforms:bukkit:nms:v1_21_5", configuration = "reobf"))
shaded(project(":platforms:bukkit:nms:v1_21_6"))
shaded("xyz.jpenilla", "reflection-remapper", Versions.Bukkit.reflectionRemapper)
}