From 1f066bfc3f6a22b524e22a64bfb757247562e142 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 25 Oct 2024 16:08:16 +0900 Subject: [PATCH] Update update.json --- update.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/update.json b/update.json index 2951a23..7ff0f23 100644 --- a/update.json +++ b/update.json @@ -1,12 +1,18 @@ { "homepage": "https://github.com/Stephen-Seo/TurnBasedMinecraftMod", + "1.21.3": { + "1.26.3": "Ported to NeoForge 21.3.2-beta (MC 1.21.3), minor tweak to packet.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/neoforge/Changelog.md" + }, "1.21.1": { + "1.26.3-MC-1.21.1": "Minor tweak to packet.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/neoforge/Changelog.md", "1.26.2": "Display Entities on attack menu in BattleGUI.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/neoforge/Changelog.md", "1.26.1": "Ported to NeoForge 21.1.72, leave BattleGUI with Escape key, MC music paused in battle properly.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/neoforge/Changelog.md", "1.26.0": "Ported to NeoForge 21.1.69, client config.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/neoforge/Changelog.md" }, "promos": { - "1.21.1-latest": "1.26.2", - "1.21.1-recommended": "1.26.2" + "1.21.3-latest": "1.26.3", + "1.21.3-recommended": "1.26.3", + "1.21.1-latest": "1.26.3-MC-1.21.1", + "1.21.1-recommended": "1.26.3-MC-1.21.1" } }