mirror of
https://github.com/ViaVersion/ViaFabricPlus.git
synced 2024-12-21 16:38:39 +01:00
Updated README
This commit is contained in:
parent
bf65e107e6
commit
613b4bbcf5
@ -14,7 +14,7 @@
|
||||
# Why another protocol translator?
|
||||
ViaFabricPlus is intended to replace [multiconnect](https://github.com/Earthcomputer/multiconnect), and it also promises more compactness and stability. ViaFabricPlus can do everything multiconnect could do, but supports more Minecraft versions (listed below) and has more protocol changes implemented.
|
||||
### Supported Server versions
|
||||
- Release (1.0.0 - 1.20 [1.20])
|
||||
- Release (1.0.0 - 1.20.1)
|
||||
- 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))
|
||||
@ -28,10 +28,9 @@ ViaFabricPlus is intended to replace [multiconnect](https://github.com/Earthcomp
|
||||
### If you encounter any issues, please report them on the [issue tracker](https://github.com/ViaVersion/ViaFabricPlus/issues) or on the ViaVersion [Discord](https://discord.gg/viaversion)
|
||||
|
||||
## Known incompatibilities
|
||||
- ***[ViaFabric](https://github.com/ViaVersion/ViaFabric)***
|
||||
- ***[multiconnect](https://github.com/Earthcomputer/multiconnect)***
|
||||
- ***[krypton](https://github.com/astei/krypton)***
|
||||
- ***[ReplayMod](https://www.replaymod.com/)***
|
||||
- ***[ViaFabric (*)](https://github.com/ViaVersion/ViaFabric)***
|
||||
- ***[krypton (<= 0.2.2)](https://github.com/astei/krypton)***
|
||||
- ***[MemoryLeakFix (<= 1.1.0)](https://github.com/astei/krypton)***
|
||||
|
||||
## List of all clientside related fixes
|
||||
<details>
|
||||
|
@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "fabric-loom" version "1.2-SNAPSHOT"
|
||||
id "fabric-loom" version "1.3-SNAPSHOT"
|
||||
id "maven-publish"
|
||||
}
|
||||
|
||||
|
@ -32,6 +32,6 @@ vialoader_version=2.2.8-SNAPSHOT
|
||||
reflect_version=1.2.1
|
||||
|
||||
# other libs
|
||||
mod_menu_version=7.1.0
|
||||
mod_menu_version=7.2.1
|
||||
netty_codec_http_version=4.1.90.Final
|
||||
mixin_extras_version=0.2.0-beta.7
|
||||
|
Loading…
Reference in New Issue
Block a user