ViaFabricPlus


#### Fabric mod to connect to EVERY Minecraft server version (Release, Beta, Alpha, Classic, Snapshots, Bedrock) with QoL fixes to the gameplay
# Why another protocol translator? ViaFabricPlus is intended to replace [multiconnect](https://github.com/Earthcomputer/multiconnect), and it also promises more compactness and stability. ViaFabricPlus can do everything multiconnect could do, but supports more Minecraft versions (listed below) and has more protocol changes implemented. ### Supported Server versions - Release (1.0.0 - 1.20.3 snapshot) - Beta (b1.0 - b1.8.1) - Alpha (a1.0.15 - a1.2.6) - Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension)) - Snapshots (3D Shareware, 20w14infinite, Combat Test 8C) - Bedrock (1.20.0) ### If you want to talk with me, feel free to join my [Discord](https://discord.gg/BwWhCHUKDf) # For users ### Detailed instructions for use are available [here](.github/USAGE.md) ### If you encounter any issues, please report them on the [issue tracker](https://github.com/ViaVersion/ViaFabricPlus/issues) or on the ViaVersion [Discord](https://discord.gg/viaversion) ## Known incompatibilities ### Breaks - ***[ViaFabric (*)](https://github.com/ViaVersion/ViaFabric)*** - ***[krypton (<= 0.2.2)](https://github.com/astei/krypton)*** - ***[MemoryLeakFix (<= 1.1.0)](https://github.com/fxmorin/MemoryLeakFix)*** ### Conflicts - ***[DashLoader (*)](https://github.com/alphaqu/DashLoader/tree/fabric-1.20)*** - Font rendering related fixes aren't working - ***[Armor Skin (*)](https://github.com/IzzyDotExe/ArmorSkin)*** - Beta HUD changes aren't working ## List of all clientside related fixes and TODO
Click to open - [x] Bounding boxes for all versions - [x] Entity interaction and movement related packet fixes - [x] Sync and async mouse/keyboard handling in <= 1.12.2 - [x] Mining speeds and item attributes - [x] Filter item creative tabs for only available items - [x] Combat system in <= 1.8 - [x] Tons of modifications to ViaVersion, ViaAprilFools, ViaLegacy and ViaBedrock to make it more legit (Metadata fixes, broken packets, edge-cases) - [x] Visual and screen related changes (newer Command Block features, GameMode selection, ...) - [x] Chat signatures (secure login) for all versions (1.19.0, 1.19.1, 1.19.2) - [x] Address parsing for all Minecraft versions - [x] PackFormats and HTTP Header for all resource pack versions - [x] Raytrace related fixes in <= 1.8 - [x] Implementing HUD changes for <= b1.7.3 - [x] Chat lengths of all versions - [x] Implementing non-sequenced block placement in <= 1.18.2 - [x] Animation related fixes (1.7 Sneaking, c0.30 walking animation, ...) - [x] Fixed clientside packet handling (1.16.5 transactions, 1.19.0 tablist, ...)
A detailed TODO List can be found at the class header of [this](https://github.com/ViaVersion/ViaFabricPlus/blob/main/src/main/java/de/florianmichael/viafabricplus/ViaFabricPlus.java) file # For developers and translators Contributions in the form of pull requests are always welcome, please just stick to my code style and make sure your code is easy to update and compatible with other mods. ### Translations Translations for other languages are always welcome, in **~/resources/assets/viafabricplus/lang** you can find all translations,
if you know a language well, feel free to make a PR and add translations for that language
### Dependencies For compiling only! **You do not need to install these!**
Click to get a list of all dependencies | Dependency | Download | |------------------------|------------------------------------------------------------| | Fabric API | https://github.com/fabricMC/fabric | | Fabric Loader | https://github.com/fabricMC/fabric-loader | | Classic4J | https://github.com/FlorianMichael/Classic4J | | ViaVersion | https://github.com/ViaVersion/ViaVersion | | ViaBackwards | https://github.com/ViaVersion/ViaBackwards | | ViaLoader | https://github.com/ViaVersion/ViaLoader | | ViaLegacy | https://github.com/ViaVersion/ViaLegacy | | ViaAprilFools | https://github.com/ViaVersion/ViaAprilFools | | ViaBedrock | https://github.com/RaphiMC/ViaBedrock | | MinecraftAuth | https://github.com/RaphiMC/MinecraftAuth | | Netty-transport-RakNet | https://github.com/CloudburstMC/Network/tree/develop | | Reflect | https://github.com/Lenni0451/Reflect | | MixinExtras | https://github.com/LlamaLad7/MixinExtras |
### Setting up a Workspace ViaFabricPlus uses Gradle, to make sure that it is installed properly you can check [Gradle's website](https://gradle.org/install/). 1. Clone the repository using `git clone https://github.com/ViaVersion/ViaFabricPlus`. 2. CD into the local repository. 3. Run `./gradlew genSources`. 4. Open the folder as a Gradle project in your preferred IDE. 5. Run the mod. ### Include via Gradle/Maven ```groovy repositories { maven { name = "ViaVersion" url = "https://repo.viaversion.com" } } dependencies { implementation ("de.florianmichael:viafabricplus:2.9.5") { // Get latest version from releases transitive = false } } ``` ```xml viaversion https://repo.viaversion.com de.florianmichael viafabricplus 2.8.2 ``` ### To learn more about the API and about addons, you can simply click [here](.github/DEVELOPER_API.md) ## Disclaimer It cannot be guaranteed that this mod is allowed on specific servers as it can possibly cause problems with anti-cheat plugins.\ ***(USE ONLY WITH CAUTION!)***