port: MC 1.21.11(-rc2)

This commit is contained in:
Martin Prokoph
2025-12-07 20:11:35 +01:00
parent 6c732783c7
commit 8e6c76d804
14 changed files with 114 additions and 34 deletions

View File

@@ -205,4 +205,12 @@ stonecutter {
constants {
arrayOf("fabric", "neoforge", "forge").forEach { it -> put(it, loader == it) }
}
replacements.string {
direction = eval(current.version, ">=1.21.11-rc2")
replace("ResourceLocation", "Identifier")
}
replacements.string {
direction = eval(current.version, ">=1.21.11-rc2")
replace("net.minecraft.Util", "net.minecraft.util.Util")
}
}