[CHORE] Backport from 1.20.3

This commit is contained in:
2024-01-02 00:23:00 +02:00
parent 556dd63c8f
commit ee80626bf7
18 changed files with 47 additions and 48 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.20.1/2] CraterLib - ${project.version}"
gameVersions = ["1.20", "1.20.1"]
displayName = "[FABRIC/QUILT 1.19.3/4] CraterLib - ${project.version}"
gameVersions = ["1.19.3", "1.19.4"]
loaders = ["fabric", "quilt"]
artifact = remapJar

View File

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