Client-side and server-side ViaVersion implementation for Fabric
Go to file
2020-06-10 09:18:47 +02: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 Update codec handlers 2020-06-10 09:18:47 +02: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 Update to 1.16-pre2 (#23) 2020-06-06 05:16:09 -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 0.2.2-SNAPSHOT, make compatible with latest ViaVersion, cotton-client-commands is actually included and is a dependency 2020-04-29 15:43:01 -03:00
settings.gradle Ported to fabric 2019-01-05 19:30:41 -02:00

ViaFabric

Travis Build Status ViaVersion Discord GitHub Releases

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 modified registries

Dependencies:

Dependency Download
ViaVersion 3.0.0+ dev builds at https://ci.viaversion.com/job/ViaVersion-Abstraction/
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 Commands v0 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

WARNING

I can not 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