Skip to content

Commit

Permalink
Add 1.21.1 support, Restore support for superseded versions. (#365)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Kichura authored Aug 9, 2024
1 parent ac72bd1 commit e3e692a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

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.

Expand Down Expand Up @@ -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.14.4-1.20.6 clients ||||| ⟲ ⟲ |||||
| 1.21 client |||||||||||
| 1.21.1 client |||||||||||

✓ = [ViaVersion](https://viaversion.com) ⟲ = [ViaBackwards](https://viaversion.com/backwards)
= [ViaRewind](https://viaversion.com/rewind)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"depends": {
"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"
},
"breaks": {
Expand Down
2 changes: 1 addition & 1 deletion viafabric-mc1165/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": "1.16.5",
"minecraft": ["1.16.4", "1.16.5"],
"viafabric": "*"
},
"recommends": {
Expand Down
2 changes: 1 addition & 1 deletion viafabric-mc1201/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": "1.20.1",
"minecraft": ["1.20", "1.20.1"],
"viafabric": "*"
},
"recommends": {
Expand Down
2 changes: 1 addition & 1 deletion viafabric-mc121/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"depends": {
"fabric-resource-loader-v0": "*",
"minecraft": ["1.21"],
"minecraft": ["1.21", "1.21.1"],
"viafabric": "*"
},
"recommends": {
Expand Down

0 comments on commit e3e692a

Please sign in to comment.