[PORT] 25w31a

This commit is contained in:
2025-07-29 18:07:15 +02:00
parent a4a51b7cd8
commit 3bda062a70
14 changed files with 35 additions and 26 deletions

View File

@@ -118,8 +118,8 @@ publisher {
setVersionType("release")
setChangelog(rootProject.file("changelog.md"))
setProjectVersion("${minecraft_version}-${project.version}")
setDisplayName("[FABRIC/QUILT 1.21.6] CraterLib - ${project.version}")
setGameVersions("1.21.6")
setDisplayName("[FABRIC/QUILT 1.21.9] CraterLib - ${project.version}")
setGameVersions("1.21.9")
setLoaders("fabric", "quilt")
setArtifact(remapJar)
setCurseEnvironment("both")

View File

@@ -27,7 +27,7 @@ public class FabricLoaderHelper implements ModloaderEnvironment {
@Override
public String getGameVersion() {
return SharedConstants.VERSION_STRING;
return SharedConstants.getCurrentVersion().name();
}
@Override