mirror of
https://github.com/PuzzleMC/Puzzle.git
synced 2025-12-16 20:05:09 +01:00
stonecutter: support Fabric 1.20.1
This commit is contained in:
@@ -262,4 +262,8 @@ stonecutter {
|
||||
direction = eval(current.version, ">=1.21.5")
|
||||
replace("SimpleTexture", "ReloadableTexture")
|
||||
}
|
||||
replacements.string {
|
||||
direction = eval(current.version, ">=1.21")
|
||||
replace("new ResourceLocation", "ResourceLocation.fromNamespaceAndPath")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user