mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-16 03:45:10 +01:00
stonecutter: support 1.21.5
This commit is contained in:
@@ -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(")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user