From 00f39b48e83e40aceb0a4f825cad8827bee5d37a Mon Sep 17 00:00:00 2001 From: FlorianMichael <60033407+FlorianMichael@users.noreply.github.com> Date: Tue, 19 Dec 2023 09:51:04 +0100 Subject: [PATCH] Fix last commit --- README.md | 2 +- .../viafabricplus/fixes/data/ResourcePackHeaderDiff.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 54ab9866..a28a28bd 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ViaFabricPlus is a deep integration of ViaVersion on the Fabric platform, it implements many changes that can't be fixed on protocol level (old animations, old movement/swimming, collisions and general rendering changes). At the time of writing, VFP is the only protocol translation platform for the client with which you can play on all Minecraft multiplayer versions with many QoL features and get the feel of the old versions. ### Supported Server versions -- Release (1.0.0 - 1.20.4) +- Release (1.0.0 - 1.20.5 snapshots) - Beta (b1.0 - b1.8.1) - Alpha (a1.0.15 - a1.2.6) - Classic (c0.0.15 - c0.30 including [CPE](https://wiki.vg/Classic_Protocol_Extension)) diff --git a/src/main/java/de/florianmichael/viafabricplus/fixes/data/ResourcePackHeaderDiff.java b/src/main/java/de/florianmichael/viafabricplus/fixes/data/ResourcePackHeaderDiff.java index 1eef5cff..9925dfd7 100644 --- a/src/main/java/de/florianmichael/viafabricplus/fixes/data/ResourcePackHeaderDiff.java +++ b/src/main/java/de/florianmichael/viafabricplus/fixes/data/ResourcePackHeaderDiff.java @@ -35,6 +35,7 @@ public class ResourcePackHeaderDiff { private final static Map GAME_VERSION_DIFF = new HashMap<>(); static { + registerVersion(VersionEnum.r1_20_5, 22, "23w51b"); registerVersion(VersionEnum.r1_20_3tor1_20_4, 22, "1.20.4"); registerVersion(VersionEnum.r1_20_2, 18, "1.20.2"); registerVersion(VersionEnum.r1_20tor1_20_1, 15, "1.20.1");