Client-side and server-side ViaVersion implementation for Fabric
Go to file
2020-03-24 08:29:41 -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 https on server.bbkr.space repo 2020-03-24 08:29:41 -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 try to fix readme 2020-03-14 07:08:34 -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 (LAN worlds too)

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

Note: ViaVersion is not designed for modded Minecraft with modified registries

Dependencies:

ViaVersion 3.0.0+ - dev builds at https://ci.viaversion.com/job/ViaVersion-Abstraction/

Fabric Textures v0, Fabric Resource Loader v0, Fabric Commands v0 - https://www.curseforge.com/minecraft/mc-mods/fabric-api

(Optional) Cotton Client Commands - https://www.curseforge.com/minecraft/mc-mods/cotton-client-commands

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

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