Skip to content

Commit 1dd71aa

Browse files
committed
Added Minecraft 26.1 support
1 parent fc925e2 commit 1dd71aa

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Using it is very simple, just run the jar file, and it will start a user interfa
66
For a full user guide go to the [Usage for Players](#usage-for-players-gui) section or the [Usage for Server Owners](#usage-for-server-owners-config) section.
77

88
## Supported Server versions
9-
- Release (1.0.0 - 1.21.11)
9+
- Release (1.0.0 - 26.1)
1010
- Beta (b1.0 - b1.8.1)
1111
- Alpha (a1.0.15 - a1.2.6)
1212
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
@@ -15,7 +15,7 @@ For a full user guide go to the [Usage for Players](#usage-for-players-gui) sect
1515
- Bedrock Edition 1.26.0 (WIP, [Many features are missing](https://github.com/RaphiMC/ViaBedrock#features))
1616

1717
## Supported Client versions
18-
- Release (1.7.2 - 1.21.11)
18+
- Release (1.7.2 - 26.1)
1919
- April Fools (3D Shareware, 25w14craftmine)
2020
- Bedrock Edition (Requires the [Geyser plugin](https://geysermc.org/download))
2121
- Beta 1.7.3 (Requires the [Beta2Release plugin](https://github.com/ViaVersionAddons/ViaProxyBeta2Release))

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ repositories {
5050
}
5151

5252
dependencies {
53-
includeInJar "com.viaversion:viaversion-common:5.7.3-SNAPSHOT"
54-
includeInJar "com.viaversion:viabackwards-common:5.7.2"
55-
includeInJar "com.viaversion:viarewind-common:4.1.0-SNAPSHOT"
53+
includeInJar "com.viaversion:viaversion-common:5.8.0"
54+
includeInJar "com.viaversion:viabackwards-common:5.8.0"
55+
includeInJar "com.viaversion:viarewind-common:4.0.15"
5656
includeInJar "net.raphimc:ViaLegacy:3.0.14"
57-
includeInJar "com.viaversion:viaaprilfools-common:4.0.9"
58-
includeInJar "net.raphimc:ViaBedrock:0.0.26-SNAPSHOT"
57+
includeInJar "com.viaversion:viaaprilfools-common:4.1.0"
58+
includeInJar "net.raphimc:ViaBedrock:0.0.26-20260327.164936-8"
5959

6060
includeInJar "com.google.guava:guava:33.5.0-jre"
6161
includeInJar "com.google.code.gson:gson:2.13.2"
@@ -81,7 +81,7 @@ dependencies {
8181
includeInJar "net.lenni0451.commons:swing:1.9.2"
8282
includeInJar "net.lenni0451.commons:brigadier:1.9.2"
8383
includeInJar "net.lenni0451.commons:unchecked:1.9.2"
84-
includeInJar("net.raphimc.netminecraft:all:3.1.5-SNAPSHOT") {
84+
includeInJar("net.raphimc.netminecraft:all:3.1.5") {
8585
exclude group: "com.google.code.gson", module: "gson"
8686
}
8787
includeInJar("io.netty:netty-codec-haproxy:4.2.12.Final") {

0 commit comments

Comments
 (0)