mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-21 11:55:13 +01:00
Update Via* libraries (Minecraft 1.21.3 support)
This commit is contained in:
parent
5293e39c58
commit
1fd84cbf95
@ -12,7 +12,7 @@
|
||||
</div>
|
||||
|
||||
## Supported Server versions
|
||||
- Release (1.0.0 - 1.21.1)
|
||||
- Release (1.0.0 - 1.21.3)
|
||||
- Beta (b1.0 - b1.8.1)
|
||||
- Alpha (a1.0.15 - a1.2.6)
|
||||
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension))
|
||||
|
10
build.gradle
10
build.gradle
@ -53,14 +53,14 @@ allprojects {
|
||||
// For common source code
|
||||
compileOnly "io.netty:netty-all:4.1.114.Final"
|
||||
|
||||
library "com.viaversion:viaversion-common:5.0.5"
|
||||
library "com.viaversion:viabackwards-common:5.0.4"
|
||||
library "com.viaversion:viaversion-common:5.1.1-SNAPSHOT"
|
||||
library "com.viaversion:viabackwards-common:5.1.1-SNAPSHOT"
|
||||
library "com.viaversion:viarewind-common:4.0.3"
|
||||
library ("net.raphimc:ViaLegacy:3.0.4-SNAPSHOT") {
|
||||
library ("net.raphimc:ViaLegacy:3.0.5-SNAPSHOT") {
|
||||
exclude group: "com.google.code.gson", module: "gson"
|
||||
}
|
||||
library "net.raphimc:viaaprilfools-common:3.0.3-SNAPSHOT"
|
||||
library ("net.raphimc:ViaLoader:3.0.4-SNAPSHOT") {
|
||||
library "net.raphimc:viaaprilfools-common:3.0.4-SNAPSHOT"
|
||||
library ("net.raphimc:ViaLoader:3.0.5-SNAPSHOT") {
|
||||
exclude group: "com.google.guava"
|
||||
exclude group: "org.slf4j"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user