Client-side and server-side ViaVersion implementation for Fabric
Go to file
2020-02-24 13:53:32 -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 gradlew, loom and downgrade minecraft to 1.14.4 2019-11-15 12:07:10 -03:00
src/main Implement getDataFolder (#14) 2020-01-09 20:02:24 -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 fix rebuilding on travis 2019-10-24 19:40:06 -03:00
build.gradle.kts update gradlew, loom and downgrade minecraft to 1.14.4 2019-11-15 12:07:10 -03:00
gradle.properties [ci skip] update gradle and use G1GC 2019-05-03 15:22:00 -03:00
gradlew update gradlew, loom and downgrade minecraft to 1.14.4 2019-11-15 12:07:10 -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 Update README.md 2020-02-24 13:53:32 -03:00
settings.gradle Ported to fabric 2019-01-05 19:30:41 -02:00

ViaFabric

Travis Build Status 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

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

This mod supports 1.14.4/1.15.x with Fabric modding API

With ViaVersion only:

  • 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