[CHORE] Backport from 1.20.3

This commit is contained in:
2024-01-02 00:38:06 +02:00
parent ee80626bf7
commit d97e6df36e
16 changed files with 29 additions and 31 deletions

View File

@@ -116,8 +116,8 @@ publisher {
versionType = "release"
changelog = "https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md"
version = "${minecraft_version}-${project.version}"
displayName = "[FABRIC/QUILT 1.19.3/4] CraterLib - ${project.version}"
gameVersions = ["1.19.3", "1.19.4"]
displayName = "[FABRIC/QUILT 1.19.2] CraterLib - ${project.version}"
gameVersions = ["1.19.2"]
loaders = ["fabric", "quilt"]
artifact = remapJar

View File

@@ -33,7 +33,7 @@
"depends": {
"fabricloader": ">=0.14.21",
"fabric-api": "*",
"minecraft": ">=1.19.3",
"minecraft": "1.19.2",
"java": ">=17"
}
}