mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-18 15:47:46 +01:00
Update ViaVersion and README
This commit is contained in:
parent
a25603fc99
commit
606dca4864
18
README.md
18
README.md
@ -19,7 +19,7 @@ Note: ViaVersion is designed for Vanilla Minecraft servers. It probably will not
|
|||||||
|
|
||||||
| Dependency | Download |
|
| Dependency | Download |
|
||||||
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
|
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
|
||||||
| (Bundled outdated 3.1.0-1.16.2-pre2 ``-DEV`` CI build) ViaVersion 3.0.2+ | https://ci.viaversion.com/job/ViaVersion/ or https://ci.viaversion.com/job/ViaVersion-DEV/ |
|
| (Bundled outdated 3.1.0-1.16.2-pre3 ``-DEV`` CI build) ViaVersion 3.0.2+ | https://ci.viaversion.com/job/ViaVersion/ or https://ci.viaversion.com/job/ViaVersion-DEV/ |
|
||||||
| (Bundled) Cotton Client Commands | https://www.curseforge.com/minecraft/mc-mods/cotton-client-commands |
|
| (Bundled) Cotton Client Commands | https://www.curseforge.com/minecraft/mc-mods/cotton-client-commands |
|
||||||
| Fabric Command API v1 | https://www.curseforge.com/minecraft/mc-mods/fabric-api |
|
| Fabric Command API v1 | 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 |
|
||||||
@ -28,12 +28,11 @@ Note: ViaVersion is designed for Vanilla Minecraft servers. It probably will not
|
|||||||
|
|
||||||
**1.8.9 Dependencies:**
|
**1.8.9 Dependencies:**
|
||||||
|
|
||||||
| Dependency | Download |
|
| Dependency | Download |
|
||||||
| -------------------------- | -------------------------------------------------------------- |
|
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
|
||||||
| ViaVersion 3.0.2+ | https://ci.viaversion.com/job/ViaVersion/ |
|
| (Bundled outdated 3.1.0-1.16.2-pre3 ``-DEV`` CI build) ViaVersion 3.0.2+ | https://ci.viaversion.com/job/ViaVersion/ or https://ci.viaversion.com/job/ViaVersion-DEV/ |
|
||||||
| Fabric Commands v0 | https://www.curseforge.com/minecraft/mc-mods/legacy-fabric-api |
|
| Fabric Commands v0 | https://www.curseforge.com/minecraft/mc-mods/legacy-fabric-api |
|
||||||
| Fabric Events Lifecycle v0 | https://www.curseforge.com/minecraft/mc-mods/legacy-fabric-api |
|
| Fabric Resource Loader v0 | https://www.curseforge.com/minecraft/mc-mods/legacy-fabric-api |
|
||||||
| Fabric Resource Loader v0 | https://www.curseforge.com/minecraft/mc-mods/legacy-fabric-api |
|
|
||||||
|
|
||||||
|
|
||||||
With [ViaVersion](https://viaversion.com):
|
With [ViaVersion](https://viaversion.com):
|
||||||
@ -53,11 +52,12 @@ Adding [ViaBackwards](https://viaversion.com/backwards) (and optionally [ViaRewi
|
|||||||
**What versions can ViaVersion, ViaBackwards and ViaRewind translate?:**
|
**What versions can ViaVersion, ViaBackwards and ViaRewind translate?:**
|
||||||
- Server-side:
|
- Server-side:
|
||||||
[![Graph with ViaVersion supported versions](https://i.imgur.com/0u20Y2u.png)](https://viaversion.com)
|
[![Graph with ViaVersion supported versions](https://i.imgur.com/0u20Y2u.png)](https://viaversion.com)
|
||||||
|
|
||||||
- Client-side:
|
- Client-side:
|
||||||
|
|
||||||
| Your Client | 1.8.x | 1.9.x | 1.10-1.14.4 | 1.15.x | 1.16.x |
|
| Your Client | 1.8.x | 1.9.x | 1.10-1.14.4 | 1.15.x | 1.16.x |
|
||||||
| ------ | ----- | ----- | ----------- | ------ | ------ |
|
| ----------- | ----- | ----- | ----------- | ------ | ------ |
|
||||||
| 1.8.9 | ✓ | ⏪ | ⟲ | ⟲ | ⟲ |
|
| 1.8.9 | ✓ | ⏪ | ⟲ | ⟲ | ⟲ |
|
||||||
| 1.14.4 | ✓ | ✓ | ✓ | ⟲ | ⟲ |
|
| 1.14.4 | ✓ | ✓ | ✓ | ⟲ | ⟲ |
|
||||||
| 1.15.2 | ✓ | ✓ | ✓ | ✓ | ⟲ |
|
| 1.15.2 | ✓ | ✓ | ✓ | ✓ | ⟲ |
|
||||||
| 1.16.2 | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| 1.16.2 | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
@ -19,7 +19,7 @@ val branch = if (!travisBranch.isNullOrBlank()) travisBranch else try {
|
|||||||
"unknown"
|
"unknown"
|
||||||
}
|
}
|
||||||
|
|
||||||
version = "0.2.6-SNAPSHOT+" + try {
|
version = "0.2.7-SNAPSHOT+" + try {
|
||||||
gitVersion() + "-" + branch
|
gitVersion() + "-" + branch
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
"unknown"
|
"unknown"
|
||||||
@ -58,8 +58,8 @@ tasks.named<ProcessResources>("processResources") {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
// transitive = false because Guava is conflicting on runClient
|
// transitive = false because Guava is conflicting on runClient
|
||||||
implementation("us.myles:viaversion:3.1.0-1.16.2-pre2") { isTransitive = false }
|
implementation("us.myles:viaversion:3.1.0-1.16.2-pre3") { isTransitive = false }
|
||||||
include("us.myles:viaversion:3.1.0-1.16.2-pre2")
|
include("us.myles:viaversion:3.1.0-1.16.2-pre3")
|
||||||
include("org.yaml:snakeyaml:1.26")
|
include("org.yaml:snakeyaml:1.26")
|
||||||
|
|
||||||
// Use 1.16 snapshot, probably intermediary will make it work on further versions
|
// Use 1.16 snapshot, probably intermediary will make it work on further versions
|
||||||
|
Loading…
Reference in New Issue
Block a user