From 3ca907a8877b2dbf2e42354297971a41d6a0bfc2 Mon Sep 17 00:00:00 2001 From: FlorianMichael Date: Wed, 23 Oct 2024 15:44:48 +0200 Subject: [PATCH] 1.21.3 --- README.md | 4 ++-- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- viafabric-mc1212/src/main/resources/fabric.mod.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c43d229..c947610 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.2 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.3 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.2 client | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | +| 1.21.3 client | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ = [ViaVersion](https://viaversion.com) ⟲ = [ViaBackwards](https://viaversion.com/backwards) ⏪ = [ViaRewind](https://viaversion.com/rewind) diff --git a/gradle.properties b/gradle.properties index 325f68e..735b5c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xms32M -Xmx4G -XX:+UseG1GC -XX:+UseStringDeduplication loader_version=0.16.7 viaver_version=5.0.4-SNAPSHOT -publish_mc_versions=1.21.2, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4 +publish_mc_versions=1.21.3, 1.21.2, 1.20.6, 1.20.4, 1.20.1, 1.19.4, 1.18.2, 1.17.1, 1.16.5, 1.15.2, 1.14.4 # example: 1.19.1-rc1. Can be a blank value modrinth_mc_snapshot= # example: 1.19-Snapshot. Can be a blank value diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index de449ab..2b31c3b 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -12,7 +12,7 @@ "discord": "https://discord.gg/viaversion" }, "depends": { - "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.2"], + "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.2", "1.21.3"], "viaversion": ">=5.0.0" }, "breaks": { diff --git a/viafabric-mc1212/src/main/resources/fabric.mod.json b/viafabric-mc1212/src/main/resources/fabric.mod.json index 862f73e..fadc93e 100644 --- a/viafabric-mc1212/src/main/resources/fabric.mod.json +++ b/viafabric-mc1212/src/main/resources/fabric.mod.json @@ -58,7 +58,7 @@ }, "depends": { "fabric-resource-loader-v0": "*", - "minecraft": ["1.21.2"], + "minecraft": ["1.21.2", "1.21.3"], "viafabric": "*" }, "recommends": {