ViaLoadingBase is archived, updated Via*

This commit is contained in:
FlorianMichael 2023-06-18 18:44:18 +02:00
parent 35a95be4b0
commit b2959f47a3
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
2 changed files with 3 additions and 4 deletions

View File

@ -54,8 +54,7 @@ If you just want the latest jar file you can download it from this [Jenkins](htt
## Usage ## Usage
ViaAprilFools requires you to have an already functional ViaVersion implementation for your platform. 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, 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.
You can also go to the other [ViaVersion](https://github.com/ViaVersion) repositories and look at their server and proxy implementations. You can also go to the other [ViaVersion](https://github.com/ViaVersion) repositories and look at their server and proxy implementations.
### Base Implementation ### Base Implementation

View File

@ -20,8 +20,8 @@ repositories {
} }
dependencies { dependencies {
compileOnly "com.viaversion:viaversion:4.7.0-23w18a-SNAPSHOT" compileOnly "com.viaversion:viaversion:4.7.1-SNAPSHOT"
compileOnly("com.viaversion:viabackwards-common:4.7.0-23w18a-SNAPSHOT") { compileOnly("com.viaversion:viabackwards-common:4.7.1-SNAPSHOT") {
exclude group: "com.viaversion", module: "viaversion" exclude group: "com.viaversion", module: "viaversion"
} }
compileOnly "org.yaml:snakeyaml:2.0" compileOnly "org.yaml:snakeyaml:2.0"