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:
@@ -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
|
||||
|
||||
|
@@ -34,7 +34,7 @@
|
||||
"depends": {
|
||||
"fabricloader": ">=0.14.21",
|
||||
"fabric-api": "*",
|
||||
"minecraft": ">=1.20",
|
||||
"minecraft": ">=1.20.1",
|
||||
"java": ">=17"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user