chore: Upgrade to 1.20.1

Manually edited all mentions of "1.20" to "1.20.1" and upgraded
dependencies as necessary.

It'd probably be a good idea to get some global variables going for the
game, Forge, and Fabric version(s) - just in case it becomes more
necessary. :)
This commit is contained in:
Barrett Ray
2023-06-17 21:02:37 -05:00
parent b27854470b
commit 994cb313fa
6 changed files with 15 additions and 15 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.1] CraterLib - ${project.version}"
gameVersions = ["1.20.1"]
loaders = ["fabric", "quilt"]
artifact = remapJar

View File

@@ -34,7 +34,7 @@
"depends": {
"fabricloader": ">=0.14.21",
"fabric-api": "*",
"minecraft": ">=1.20",
"minecraft": ">=1.20.1",
"java": ">=17"
}
}
}