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

@@ -175,8 +175,8 @@ publisher {
versionType = "release"
changelog = rootProject.file("changelog-forge.md")
version = "${minecraft_version}-${project.version}"
displayName = "[FORGE 1.20] CraterLib - ${project.version}"
gameVersions = ["1.20"]
displayName = "[FORGE 1.20.1] CraterLib - ${project.version}"
gameVersions = ["1.20.1"]
loaders = ["forge"]
artifact = jar
}

View File

@@ -1,5 +1,5 @@
modLoader = "javafml"
loaderVersion = "[46,)"
loaderVersion = "[47,)"
license = "MIT"
issueTrackerURL="https://github.com/firstdarkdev/craterLib/issues"
@@ -19,13 +19,13 @@ displayTest = "MATCH_VERSION"
[[dependencies.craterlib]]
modId = "forge"
mandatory = true
versionRange = "[46,)"
versionRange = "[47,)"
ordering = "NONE"
side = "BOTH"
[[dependencies.craterlib]]
modId = "minecraft"
mandatory = true
versionRange = "[1.20,1.20.1)"
versionRange = "[1.20.1]"
ordering = "NONE"
side = "BOTH"