From e3e692aa5f7b5543f0f4e05b2ae14462e2db6290 Mon Sep 17 00:00:00 2001 From: Kichura <68134602+Kichura@users.noreply.github.com> Date: Fri, 9 Aug 2024 16:10:17 +0200 Subject: [PATCH] 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. --- README.md | 4 ++-- src/main/resources/fabric.mod.json | 2 +- viafabric-mc1165/src/main/resources/fabric.mod.json | 2 +- viafabric-mc1201/src/main/resources/fabric.mod.json | 2 +- viafabric-mc121/src/main/resources/fabric.mod.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a5d42f5..1088254 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5c2f6e0..8f6a73d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": { diff --git a/viafabric-mc1165/src/main/resources/fabric.mod.json b/viafabric-mc1165/src/main/resources/fabric.mod.json index be97faf..4a2b74c 100644 --- a/viafabric-mc1165/src/main/resources/fabric.mod.json +++ b/viafabric-mc1165/src/main/resources/fabric.mod.json @@ -55,7 +55,7 @@ }, "depends": { "fabric-resource-loader-v0": "*", - "minecraft": "1.16.5", + "minecraft": ["1.16.4", "1.16.5"], "viafabric": "*" }, "recommends": { diff --git a/viafabric-mc1201/src/main/resources/fabric.mod.json b/viafabric-mc1201/src/main/resources/fabric.mod.json index 81cb7d4..38e11e1 100644 --- a/viafabric-mc1201/src/main/resources/fabric.mod.json +++ b/viafabric-mc1201/src/main/resources/fabric.mod.json @@ -58,7 +58,7 @@ }, "depends": { "fabric-resource-loader-v0": "*", - "minecraft": "1.20.1", + "minecraft": ["1.20", "1.20.1"], "viafabric": "*" }, "recommends": { diff --git a/viafabric-mc121/src/main/resources/fabric.mod.json b/viafabric-mc121/src/main/resources/fabric.mod.json index 5ae8b46..bd78e7f 100644 --- a/viafabric-mc121/src/main/resources/fabric.mod.json +++ b/viafabric-mc121/src/main/resources/fabric.mod.json @@ -58,7 +58,7 @@ }, "depends": { "fabric-resource-loader-v0": "*", - "minecraft": ["1.21"], + "minecraft": ["1.21", "1.21.1"], "viafabric": "*" }, "recommends": {