From d3aa42129a88ed54199987d6e287d53ce3b73a85 Mon Sep 17 00:00:00 2001 From: Cory Borek Date: Mon, 21 Jul 2025 20:16:01 -0400 Subject: [PATCH] Add support for 1.21.8, bump version number --- Applications/Console/pom.xml | 4 ++-- Applications/Gui/pom.xml | 4 ++-- Applications/pom.xml | 8 ++++---- conversions/Backwards/pom.xml | 4 ++-- conversions/Forwards/pom.xml | 4 ++-- conversions/pom.xml | 6 +++--- library/pom.xml | 4 ++-- library/src/main/resources/protocol.json | 8 ++++++-- pom.xml | 2 +- 9 files changed, 24 insertions(+), 20 deletions(-) diff --git a/Applications/Console/pom.xml b/Applications/Console/pom.xml index 659243c6..9c56338d 100644 --- a/Applications/Console/pom.xml +++ b/Applications/Console/pom.xml @@ -5,7 +5,7 @@ Applications com.agentdid127.resourcepack - 2.2.5 + 2.2.6 4.0.0 @@ -71,4 +71,4 @@ - \ No newline at end of file + diff --git a/Applications/Gui/pom.xml b/Applications/Gui/pom.xml index 6f44e016..3a9f2117 100644 --- a/Applications/Gui/pom.xml +++ b/Applications/Gui/pom.xml @@ -5,7 +5,7 @@ Applications com.agentdid127.resourcepack - 2.2.5 + 2.2.6 4.0.0 @@ -68,4 +68,4 @@ - \ No newline at end of file + diff --git a/Applications/pom.xml b/Applications/pom.xml index 9ed8e767..38c1c286 100644 --- a/Applications/pom.xml +++ b/Applications/pom.xml @@ -5,7 +5,7 @@ ResourcePackConverter com.agentdid127 - 2.2.5 + 2.2.6 4.0.0 @@ -33,13 +33,13 @@ com.agentdid127.resourcepack Forwards - 2.2.5 + 2.2.6 com.agentdid127.resourcepack Backwards - 2.2.5 + 2.2.6 - \ No newline at end of file + diff --git a/conversions/Backwards/pom.xml b/conversions/Backwards/pom.xml index 5d49c732..1e538733 100644 --- a/conversions/Backwards/pom.xml +++ b/conversions/Backwards/pom.xml @@ -5,7 +5,7 @@ conversions com.agentdid127.resourcepack - 2.2.5 + 2.2.6 4.0.0 @@ -18,4 +18,4 @@ 8 - \ No newline at end of file + diff --git a/conversions/Forwards/pom.xml b/conversions/Forwards/pom.xml index 61f01879..5f4d6f13 100644 --- a/conversions/Forwards/pom.xml +++ b/conversions/Forwards/pom.xml @@ -5,7 +5,7 @@ conversions com.agentdid127.resourcepack - 2.2.5 + 2.2.6 4.0.0 @@ -18,4 +18,4 @@ 8 - \ No newline at end of file + diff --git a/conversions/pom.xml b/conversions/pom.xml index de11e72a..c2faff8c 100644 --- a/conversions/pom.xml +++ b/conversions/pom.xml @@ -5,7 +5,7 @@ ResourcePackConverter com.agentdid127 - 2.2.5 + 2.2.6 4.0.0 @@ -32,8 +32,8 @@ com.agentdid127.resourcepack Library - 2.2.5 + 2.2.6 - \ No newline at end of file + diff --git a/library/pom.xml b/library/pom.xml index d49628c7..8447d869 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -10,7 +10,7 @@ com.agentdid127 ResourcePackConverter - 2.2.5 + 2.2.6 ../pom.xml - \ No newline at end of file + diff --git a/library/src/main/resources/protocol.json b/library/src/main/resources/protocol.json index 1c48eea3..b4390740 100644 --- a/library/src/main/resources/protocol.json +++ b/library/src/main/resources/protocol.json @@ -350,5 +350,9 @@ "1.21.7": { "protocol_version": 772, "pack_format": 64 - } -} \ No newline at end of file + }, + "1.21.8": { + "protocol_version": 772, + "pack_format": 64 + } +} diff --git a/pom.xml b/pom.xml index e8852f25..03053f69 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.agentdid127 ResourcePackConverter - 2.2.5 + 2.2.6 pom ResourcePackConverter