diff --git a/README.md b/README.md index a5d42f54..10882545 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 5c2f6e0f..8f6a73d0 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 be97faf2..4a2b74cf 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 81cb7d46..38e11e15 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 5ae8b461..bd78e7fa 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": {