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:
@@ -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
|
||||
}
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user