stonecutter: support Fabric 1.20.1

This commit is contained in:
Martin Prokoph
2025-11-19 21:33:47 +01:00
parent 6e270b1a4d
commit 15ab623edb
6 changed files with 50 additions and 15 deletions

View File

@@ -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")
}
}