mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-26 12:25:14 +01:00
Add 1.21.1 support, Restore support for superseded versions. (#365)
* Add 1.21.1 support, Drop 1.20.3 and 1.20.5 support. * Restore minecraft versions that are compatible with superseded ones. * Ensure 1.21.1 is mentioned in README.
This commit is contained in:
parent
ac72bd111c
commit
e3e692aa5f
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
Allows the connection to/from different Minecraft versions on your Minecraft client/server (LAN worlds too)
|
Allows the connection to/from different Minecraft versions on your Minecraft client/server (LAN worlds too)
|
||||||
|
|
||||||
This mod can be installed on 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.1, 1.20.4, 1.20.6, 1.21 with Fabric Loader.
|
This mod can be installed on 1.14.4, 1.15.2, 1.16.5, 1.17.1, 1.18.2, 1.19.4, 1.20.1, 1.20.4, 1.20.6, 1.21.1 with Fabric Loader.
|
||||||
|
|
||||||
The `legacy` branch also supports Legacy Fabric 1.8.9 and 1.12.2 versions.
|
The `legacy` branch also supports Legacy Fabric 1.8.9 and 1.12.2 versions.
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ registry synchronization (fabric-registry-sync mod).
|
|||||||
| | 1.8.x | 1.9.x | 1.10-1.20.x | 1.21.x |
|
| | 1.8.x | 1.9.x | 1.10-1.20.x | 1.21.x |
|
||||||
|-----------------------|-------|-------|-------------|--------|
|
|-----------------------|-------|-------|-------------|--------|
|
||||||
| 1.14.4-1.20.6 clients | ✓ | ✓ | ✓ | ⟲ | ⟲ ⟲ | ⟲ | ⟲ | ⟲ | ⟲ |
|
| 1.14.4-1.20.6 clients | ✓ | ✓ | ✓ | ⟲ | ⟲ ⟲ | ⟲ | ⟲ | ⟲ | ⟲ |
|
||||||
| 1.21 client | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
| 1.21.1 client | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||||
|
|
||||||
✓ = [ViaVersion](https://viaversion.com) ⟲ = [ViaBackwards](https://viaversion.com/backwards) ⏪
|
✓ = [ViaVersion](https://viaversion.com) ⟲ = [ViaBackwards](https://viaversion.com/backwards) ⏪
|
||||||
= [ViaRewind](https://viaversion.com/rewind)
|
= [ViaRewind](https://viaversion.com/rewind)
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.15.11",
|
"fabricloader": ">=0.15.11",
|
||||||
"minecraft": ["1.14.4", "1.15.2", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.1", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21"],
|
"minecraft": ["1.14.4", "1.15.2", "1.16.4", "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20", "1.20.1", "1.20.3", "1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1"],
|
||||||
"viaversion": ">=5.0.0"
|
"viaversion": ">=5.0.0"
|
||||||
},
|
},
|
||||||
"breaks": {
|
"breaks": {
|
||||||
|
@ -55,7 +55,7 @@
|
|||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabric-resource-loader-v0": "*",
|
"fabric-resource-loader-v0": "*",
|
||||||
"minecraft": "1.16.5",
|
"minecraft": ["1.16.4", "1.16.5"],
|
||||||
"viafabric": "*"
|
"viafabric": "*"
|
||||||
},
|
},
|
||||||
"recommends": {
|
"recommends": {
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabric-resource-loader-v0": "*",
|
"fabric-resource-loader-v0": "*",
|
||||||
"minecraft": "1.20.1",
|
"minecraft": ["1.20", "1.20.1"],
|
||||||
"viafabric": "*"
|
"viafabric": "*"
|
||||||
},
|
},
|
||||||
"recommends": {
|
"recommends": {
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
},
|
},
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabric-resource-loader-v0": "*",
|
"fabric-resource-loader-v0": "*",
|
||||||
"minecraft": ["1.21"],
|
"minecraft": ["1.21", "1.21.1"],
|
||||||
"viafabric": "*"
|
"viafabric": "*"
|
||||||
},
|
},
|
||||||
"recommends": {
|
"recommends": {
|
||||||
|
Loading…
Reference in New Issue
Block a user