1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-29 16:47:56 +00:00

Merge branch 'mc-1.20.x' into mc-1.21.x

This commit is contained in:
Jonathan Coates
2025-01-20 22:22:09 +00:00
53 changed files with 599 additions and 398 deletions

View File

@@ -221,6 +221,8 @@ loom {
}
tasks.processResources {
inputs.property("modVersion", modVersion)
var props = mapOf("version" to modVersion)
filesMatching("fabric.mod.json") { expand(props) }