From bb6d221ced851c47168952a288d54ae3a1b06487 Mon Sep 17 00:00:00 2001 From: Marc Baloup Date: Thu, 27 Jun 2024 21:19:00 +0200 Subject: [PATCH] MC client 1.21 support --- .../fr/pandacube/lib/core/mc_version/mcversion.json | 6 +++++- pom.xml | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pandalib-core/src/main/resources/fr/pandacube/lib/core/mc_version/mcversion.json b/pandalib-core/src/main/resources/fr/pandacube/lib/core/mc_version/mcversion.json index 149084e..817d332 100644 --- a/pandalib-core/src/main/resources/fr/pandacube/lib/core/mc_version/mcversion.json +++ b/pandalib-core/src/main/resources/fr/pandacube/lib/core/mc_version/mcversion.json @@ -66,7 +66,8 @@ "1.20.3": 765, "1.20.4": 765, "1.20.5": 766, - "1.20.6": 766 + "1.20.6": 766, + "1.21": 767 }, "versionsOfProtocol": { "4": [ @@ -217,6 +218,9 @@ "766": [ "1.20.5", "1.20.6" + ], + "767": [ + "1.21" ] } } \ No newline at end of file diff --git a/pom.xml b/pom.xml index 45dd127..ffd1d4c 100644 --- a/pom.xml +++ b/pom.xml @@ -55,7 +55,7 @@ 21 UTF-8 - 1.20-R0.3-SNAPSHOT + 1.21-R0.1-SNAPSHOT 1.20.6-R0.1 1.20.6