fabric mod swag

This commit is contained in:
C10udburst
2021-08-31 19:12:48 +02:00
parent 77831693e3
commit 6e67904f51
2 changed files with 7 additions and 3 deletions

View File

@@ -41,6 +41,8 @@ processResources {
filesMatching("fabric.mod.json") {
expand "version": project.version
filter { line -> line.replace("@mc_version@", project.minecraft_version) }
}
}