make a table viafabric x multiconnect

This commit is contained in:
creeper123123321 2021-05-09 10:40:42 -03:00 committed by GitHub
parent 2e87eb5670
commit b38d518214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -130,14 +130,14 @@ or registry synchronization (fabric-registry-sync mod).
**Differences with multiconnect:** **Differences with multiconnect:**
- ViaFabric main objective is to simply implement a ViaVersion platform
- ViaFabric can be installed on more versions | | ViaVersion | multiconnect |
- ViaVersion works kinda of in a "MITM proxy" way | --- | --- | --- |
- ViaVersion is designed for servers | Designed for | servers | clients |
- multiconnect only supports the latest Minecraft version | Can be installed on | multiple client/server versions | latest client version |
- multiconnect modifies client code more deeply, reverting movement changes | Objectives | simply implement ViaVersion | version support with fixes to version changes |
- multiconnect is designed for clients and only works on latest client version | How does it work? | modifying packets at network code | modifying client code more deeply |
- multiconnect is less likely to trigger anticheats | Triggering anti-cheats | very likely | less likely |
## WARNING ## WARNING