From 7d94919286dd93b05dc888c7ad4249e79e879159 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 1 Nov 2024 14:42:51 +0900 Subject: [PATCH] Update update.json --- update.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/update.json b/update.json index 1cb24f7..d46319c 100644 --- a/update.json +++ b/update.json @@ -1,13 +1,14 @@ { "homepage": "https://github.com/Stephen-Seo/TurnBasedMinecraftMod", "1.21.1": { + "1.26.4": "Add player-specific config, Forge 52.0.24.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/forge/Changelog.md", "1.26.3": "Minor networking change.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/forge/Changelog.md", "1.26.2": "Display Entities on attack menu in BattleGUI.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/forge/Changelog.md", "1.26.1": "Ported to Forge 52.0.22, leave BattleGUI with Escape Key, MC music paused in battle properly.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/forge/Changelog.md", "1.26.0": "Ported to Forge 52.0.21, client config.\n https://github.com/Stephen-Seo/TurnBasedMinecraftMod/blob/forge/Changelog.md" }, "promos": { - "1.21.1-latest": "1.26.3", - "1.21.1-recommended": "1.26.3" + "1.21.1-latest": "1.26.4", + "1.21.1-recommended": "1.26.4" } }