1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +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:
Konicai
2025-07-27 14:37:51 -04:00
committed by GitHub
parent a6f707fb10
commit 70bdb7f66a
9 changed files with 102 additions and 94 deletions

View File

@@ -57,14 +57,6 @@ repositories {
name = "viaversion"
}
// BungeeCord
// maven("https://oss.sonatype.org/content/repositories/snapshots") {
// mavenContent { snapshotsOnly() }
// }
// For Adventure snapshots
//maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
// Jitpack for e.g. MCPL
maven("https://jitpack.io") {
content { includeGroupByRegex("com\\.github\\..*") }