mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-22 16:29:25 +00:00
Refactor GameProtocol to remove version slash-combinations (#4979)
* Refactor GameProtocol * Document 1.21.22 as a supported version, update MinecraftVersion javadoc * Only expose latest Bedrock protocol & version, ensure latest version in ping * Also indicate 1.21.8 Java edition support in the geyser api --------- Co-authored-by: onebeastchris <github@onechris.mozmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ public interface MinecraftVersion {
|
||||
|
||||
/**
|
||||
* Gets the Minecraft version as a String.
|
||||
* Example: "1.20.2", or "1.20.40/1.20.41"
|
||||
* Example formats: "1.21", "1.21.1", "1.21.22"
|
||||
*
|
||||
* @return the version string
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user