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:
@@ -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\\..*") }
|
||||
|
||||
Reference in New Issue
Block a user