Updated README

This commit is contained in:
FlorianMichael 2023-07-28 20:03:04 +02:00
parent bf65e107e6
commit 613b4bbcf5
No known key found for this signature in database
GPG Key ID: C2FB87E71C425126
3 changed files with 6 additions and 7 deletions

View File

@ -14,7 +14,7 @@
# Why another protocol translator? # 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. 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 ### Supported Server versions
- Release (1.0.0 - 1.20 [1.20]) - Release (1.0.0 - 1.20.1)
- Beta (b1.0 - b1.8.1) - Beta (b1.0 - b1.8.1)
- Alpha (a1.0.15 - a1.2.6) - Alpha (a1.0.15 - a1.2.6)
- Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension)) - 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) ### 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 ## Known incompatibilities
- ***[ViaFabric](https://github.com/ViaVersion/ViaFabric)*** - ***[ViaFabric (*)](https://github.com/ViaVersion/ViaFabric)***
- ***[multiconnect](https://github.com/Earthcomputer/multiconnect)*** - ***[krypton (<= 0.2.2)](https://github.com/astei/krypton)***
- ***[krypton](https://github.com/astei/krypton)*** - ***[MemoryLeakFix (<= 1.1.0)](https://github.com/astei/krypton)***
- ***[ReplayMod](https://www.replaymod.com/)***
## List of all clientside related fixes ## List of all clientside related fixes
<details> <details>

View File

@ -1,5 +1,5 @@
plugins { plugins {
id "fabric-loom" version "1.2-SNAPSHOT" id "fabric-loom" version "1.3-SNAPSHOT"
id "maven-publish" id "maven-publish"
} }

View File

@ -32,6 +32,6 @@ vialoader_version=2.2.8-SNAPSHOT
reflect_version=1.2.1 reflect_version=1.2.1
# other libs # other libs
mod_menu_version=7.1.0 mod_menu_version=7.2.1
netty_codec_http_version=4.1.90.Final netty_codec_http_version=4.1.90.Final
mixin_extras_version=0.2.0-beta.7 mixin_extras_version=0.2.0-beta.7