Client-side and server-side ViaVersion implementation for Fabric
Go to file
2020-06-25 13:56:49 -03:00
.github/ISSUE_TEMPLATE Updated CommonTransformer, cleaned up client-side UserConnection, issue template 2019-11-12 16:15:21 -03:00
gradle/wrapper update dependencies 2020-04-13 14:27:30 -03:00
src/main Add debug and update ViaVersion 3.0.2, ViaFabric 0.2.4-SNAPSHOT 2020-06-25 13:56:49 -03:00
.gitattributes ViaRift first commit 2018-10-07 08:57:03 -03:00
.gitignore ViaRift first commit 2018-10-07 08:57:03 -03:00
.travis.yml trying to fix .travis.yml 2020-04-16 12:35:26 -03:00
build.gradle.kts Add debug and update ViaVersion 3.0.2, ViaFabric 0.2.4-SNAPSHOT 2020-06-25 13:56:49 -03:00
gradle.properties [ci skip] update gradle and use G1GC 2019-05-03 15:22:00 -03:00
gradlew update dependencies 2020-04-13 14:27:30 -03:00
gradlew.bat update gradlew, loom and downgrade minecraft to 1.14.4 2019-11-15 12:07:10 -03:00
LICENSE Update license 2018-10-07 08:58:30 -03:00
README.md Add debug and update ViaVersion 3.0.2, ViaFabric 0.2.4-SNAPSHOT 2020-06-25 13:56:49 -03:00
settings.gradle Ported to fabric 2019-01-05 19:30:41 -02:00

ViaFabric

Travis Build Status ViaVersion Discord GitHub Releases CurseForge Downloads

Client-side and server-side ViaVersion implementation for Fabric

Allows the connection to/from different Minecraft versions on your Minecraft client/server (LAN worlds too)

This mod supports 1.14.4/1.15.x (on ver/1.14 branch) and 1.16 snapshots (on master branch) with Fabric Loader. Check the Minecraft version in file name when downloading from GitHub Releases.

Note: ViaVersion is not designed for modded Minecraft with registry synchronization (fabric-registry-sync mod).

Dependencies:

Dependency Download
ViaVersion 3.0.2+ dev build at https://ci.viaversion.com/job/ViaVersion/
Fabric Textures v0 https://www.curseforge.com/minecraft/mc-mods/fabric-api
Fabric Resource Loader v0 https://www.curseforge.com/minecraft/mc-mods/fabric-api
Fabric Command API v1 https://www.curseforge.com/minecraft/mc-mods/fabric-api
(Included) Cotton Client Commands https://www.curseforge.com/minecraft/mc-mods/cotton-client-commands

With ViaVersion:

  • your server can accept newer versions
  • your client can connect to older versions

Adding ViaBackwards (and optionally ViaRewind):

  • your server can accept older versions
  • your client can connect to newer versions

A chart with compatible versions is available at https://viaversion.com

Commands:

  • There're 3 server-side alias /viaversion, /vvfabric and /viaver, and a client-side command /viafabricclient (OP permission level 3 is required for these commands, in the client it's received by Entity Status Packet)

Configuration:

  • ViaVersion configuration is available at .minecraft/config/viafabric/viaversion.yml
  • ViaFabric configuration is at .minecraft/config/viafabric/viafabric.yml

Alternatives to this mod:

  • ClientViaVersion: This discontinued client-side plugin for The 5zig Mod implemented ViaVersion, ViaBackwards and ViaRewind for 1.7.10, 1.8.9, 1.12 and 1.12.2 clients, allowing them to connect to 1.7-1.12.2 servers. It also had a protocol translation for 1.7 servers, which there's an updated version at https://github.com/KennyTV/ViaVersion/tree/hack (unsupported).
  • multiconnect: This client-side Fabric mod does also translate older protocols and fixes some differences between versions, which ViaFabric doesn't. Currently, it goes down to 1.10. (2020-06-23)
  • Protocol4: This LiteLoader client-side mod allows your 1.7.10 client to connect to 1.7.x servers.
  • ProtocolSupport: This Bukkit plugin allows clients to connect from older versions (down to 1.4.7).
  • ViaVersion: ViaVersion can run as a plugin for BungeeCord, CraftBukkit, SpongeCommon and Velocity servers.

WARNING

I cannot guarantee that this mod is allowed on every (or even any) server. This mod may cause problems with anti cheat plugins. USE AT OWN RISK