Port to 1.21.6 (#633)

* Port to 1.21.6-rc1

* Bump for 1.21.6

---------

Co-authored-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
ellellie
2025-06-18 13:34:29 +12:00
committed by GitHub
parent 9038d94f46
commit 2b8b696d24
15 changed files with 41 additions and 40 deletions

View File

@@ -73,7 +73,7 @@ public final class Platform {
}
public static String getMinecraftVersion() {
return SharedConstants.getCurrentVersion().getId();
return SharedConstants.getCurrentVersion().id();
}
/**