stonecutter: support 1.21.5

This commit is contained in:
Martin Prokoph
2025-11-19 19:04:04 +01:00
parent 36bc344b94
commit 8ed02fef87
4 changed files with 47 additions and 10 deletions

View File

@@ -245,4 +245,9 @@ stonecutter {
constants {
arrayOf("fabric", "neoforge", "forge").forEach { it -> put(it, loader == it) }
}
replacements.string {
direction = eval(current.version, ">=1.21.8")
replace("context.renderComponentTooltip(", "context.setComponentTooltipForNextFrame(")
}
}