mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-19 15:57:37 +01:00
add curseforge link to readme, conflicts, alternatives and more information, update viaversion link
This commit is contained in:
parent
3051b32d07
commit
4d7bcf92ea
16
README.md
16
README.md
@ -2,6 +2,8 @@
|
|||||||
[![Travis Build Status](https://travis-ci.com/ViaVersion/ViaFabric.svg?branch=master)](https://travis-ci.com/ViaVersion/ViaFabric)
|
[![Travis Build Status](https://travis-ci.com/ViaVersion/ViaFabric.svg?branch=master)](https://travis-ci.com/ViaVersion/ViaFabric)
|
||||||
[![ViaVersion Discord](https://img.shields.io/badge/chat-on%20discord-blue.svg)](https://viaversion.com/discord)
|
[![ViaVersion Discord](https://img.shields.io/badge/chat-on%20discord-blue.svg)](https://viaversion.com/discord)
|
||||||
[![GitHub Releases](https://img.shields.io/github/downloads/ViaVersion/ViaFabric/total)](https://github.com/ViaVersion/ViaFabric/releases)
|
[![GitHub Releases](https://img.shields.io/github/downloads/ViaVersion/ViaFabric/total)](https://github.com/ViaVersion/ViaFabric/releases)
|
||||||
|
[![CurseForge Downloads](https://cf.way2muchnoise.eu/short_391298.svg)](https://viaversion.com/fabric)
|
||||||
|
|
||||||
|
|
||||||
**Client-side and server-side ViaVersion implementation for Fabric**
|
**Client-side and server-side ViaVersion implementation for Fabric**
|
||||||
|
|
||||||
@ -9,13 +11,13 @@ Allows the connection to/from different Minecraft versions on your Minecraft cli
|
|||||||
|
|
||||||
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.
|
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
|
Note: ViaVersion is not designed for modded Minecraft with registry syncing (fabric-registry-sync mod).
|
||||||
|
|
||||||
|
|
||||||
**Dependencies:**
|
**Dependencies:**
|
||||||
| Dependency | Download |
|
| Dependency | Download |
|
||||||
| --------------------------------- | --------------------------------------------------------------------- |
|
| --------------------------------- | --------------------------------------------------------------------- |
|
||||||
| ViaVersion 3.0.0+ | dev builds at https://ci.viaversion.com/job/ViaVersion-Abstraction/ |
|
| ViaVersion 3.0.0+ | https://viaversion.com/ |
|
||||||
| Fabric Textures v0 | https://www.curseforge.com/minecraft/mc-mods/fabric-api |
|
| 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 Resource Loader v0 | https://www.curseforge.com/minecraft/mc-mods/fabric-api |
|
||||||
| Fabric Commands v0 | https://www.curseforge.com/minecraft/mc-mods/fabric-api |
|
| Fabric Commands v0 | https://www.curseforge.com/minecraft/mc-mods/fabric-api |
|
||||||
@ -27,9 +29,17 @@ With ViaVersion:
|
|||||||
- your client can connect to older versions
|
- your client can connect to older versions
|
||||||
|
|
||||||
|
|
||||||
Adding ViaBackwards (and optionally ViaRewind):
|
Adding [ViaBackwards](https://viaversion.com/backwards) (and optionally [ViaRewind](https://viaversion.com/rewind)):
|
||||||
- your server can accept older versions
|
- your server can accept older versions
|
||||||
- your client can connect to newer versions
|
- your client can connect to newer versions
|
||||||
|
|
||||||
|
|
||||||
|
A chart with compatible versions is available at https://viaversion.com
|
||||||
|
|
||||||
|
|
||||||
|
**Alternatives to this mod:**
|
||||||
|
- [MultiConnect](https://www.curseforge.com/minecraft/mc-mods/multiconnect): this client-side mod does also translate older protocols and fixes some differences between versions, which ViaFabric don't. Currently (23-06-2020) it goes down to 1.10.
|
||||||
|
- [ProtocolSupport](https://protocol.support/): This plugin for Bukkit allows clients to connect from older versions (down to 1.4.7).
|
||||||
|
|
||||||
## WARNING
|
## 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**
|
**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**
|
||||||
|
@ -31,6 +31,9 @@
|
|||||||
"minecraft": ">1.15.2",
|
"minecraft": ">1.15.2",
|
||||||
"viaversion": ">=3.0.0-SNAPSHOT"
|
"viaversion": ">=3.0.0-SNAPSHOT"
|
||||||
},
|
},
|
||||||
|
"conflicts": {
|
||||||
|
"fabric-registry-sync": "*"
|
||||||
|
},
|
||||||
"recommends": {
|
"recommends": {
|
||||||
},
|
},
|
||||||
"mixins": [
|
"mixins": [
|
||||||
|
Loading…
Reference in New Issue
Block a user