mirror of
https://github.com/ViaVersion/ViaLoader.git
synced 2025-02-20 02:11:21 +01:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
4e0dd10738
@ -1,8 +1,7 @@
|
||||
# ViaProtocolHack
|
||||
Easy to use ViaVersion, (and optional ViaBackwards, ViaRewind and ViaLegacy) platform implementation.
|
||||
Easy to use ViaVersion, (and optional ViaBackwards, ViaRewind, ViaLegacy and ViaAprilFools) platform implementation.
|
||||
|
||||
ViaProtocolHack is not usable by itself as a standalone software, as it is an implementation of a ViaVersion platform.
|
||||
ViaProtocolHack is intended to be implemented in a ViaVersion based protocol translator.
|
||||
|
||||
### Projects implementing ViaProtocolHack
|
||||
- [ViaProxy](https://github.com/RaphiMC/ViaProxy): Standalone proxy which uses ViaVersion to translate between minecraft versions. Allows Minecraft 1.7+ clients to join to any version server.
|
||||
|
@ -31,7 +31,7 @@ dependencies {
|
||||
compileOnly "com.viaversion:viarewind-core:2.0.4-SNAPSHOT"
|
||||
compileOnly "net.raphimc:ViaLegacy:2.2.6"
|
||||
|
||||
api "org.slf4j:slf4j-api:2.0.6"
|
||||
api "org.slf4j:slf4j-api:2.0.7"
|
||||
api "org.yaml:snakeyaml:2.0"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user