mirror of
https://github.com/ViaVersion/ViaAprilFools.git
synced 2025-01-08 19:17:40 +01:00
ViaLoadingBase is archived, updated Via*
This commit is contained in:
parent
35a95be4b0
commit
b2959f47a3
@ -54,8 +54,7 @@ If you just want the latest jar file you can download it from this [Jenkins](htt
|
||||
|
||||
## Usage
|
||||
ViaAprilFools requires you to have an already functional ViaVersion implementation for your platform.
|
||||
If you don't have one you can check out [ViaLoader](https://github.com/ViaVersion/ViaLoader) for an abstracted and simplified, but still customizable implementation,
|
||||
or [ViaLoadingBase](https://github.com/FlorianMichael/ViaLoadingBase) for a quick and easy implementation.
|
||||
If you don't have one you can check out [ViaLoader](https://github.com/ViaVersion/ViaLoader) for an abstracted and simplified, but still customizable implementation.
|
||||
You can also go to the other [ViaVersion](https://github.com/ViaVersion) repositories and look at their server and proxy implementations.
|
||||
|
||||
### Base Implementation
|
||||
|
@ -20,8 +20,8 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly "com.viaversion:viaversion:4.7.0-23w18a-SNAPSHOT"
|
||||
compileOnly("com.viaversion:viabackwards-common:4.7.0-23w18a-SNAPSHOT") {
|
||||
compileOnly "com.viaversion:viaversion:4.7.1-SNAPSHOT"
|
||||
compileOnly("com.viaversion:viabackwards-common:4.7.1-SNAPSHOT") {
|
||||
exclude group: "com.viaversion", module: "viaversion"
|
||||
}
|
||||
compileOnly "org.yaml:snakeyaml:2.0"
|
||||
|
Loading…
Reference in New Issue
Block a user