[CHORE] Port for 1.21

This commit is contained in:
2024-06-09 01:48:07 +02:00
parent 493a1568ff
commit d3ffc2856f
9 changed files with 47 additions and 49 deletions

View File

@@ -110,8 +110,8 @@ publisher {
setVersionType("release")
setChangelog("https://raw.githubusercontent.com/hypherionmc/changelogs/main/craterlib/changelog-fabric.md")
setProjectVersion("${minecraft_version}-${project.version}")
setDisplayName("[FABRIC/QUILT 1.20.6] CraterLib - ${project.version}")
setGameVersions("1.20.6")
setDisplayName("[FABRIC/QUILT 1.21.0] CraterLib - ${project.version}")
setGameVersions("1.21")
setLoaders("fabric", "quilt")
setArtifact(remapJar)
setCurseEnvironment("both")

View File

@@ -33,7 +33,7 @@
"depends": {
"fabricloader": ">=0.15.0",
"fabric-api": "*",
"minecraft": ">=1.20.6",
"minecraft": ">=1.21",
"java": ">=21"
}
}