Fix Forge version being hardcoded to 1.20

This commit is contained in:
2023-06-25 21:51:21 +02:00
parent b27854470b
commit 3d4058cdae
4 changed files with 6 additions and 6 deletions

View File

@@ -147,8 +147,8 @@ publisher {
versionType = "release"
changelog = rootProject.file("changelog-fabric.md")
version = "${minecraft_version}-${project.version}"
displayName = "[FABRIC/QUILT 1.20] CraterLib - ${project.version}"
gameVersions = ["1.20"]
displayName = "[FABRIC/QUILT 1.20.x] CraterLib - ${project.version}"
gameVersions = ["1.20", "1.20.1"]
loaders = ["fabric", "quilt"]
artifact = remapJar