From 4a0ab20f26ed1391607a933f6fee2543f6958028 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 23 Oct 2024 16:55:00 +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 a72b364..b0040e3 100644 --- a/update.json +++ b/update.json @@ -1,10 +1,11 @@ { "homepage": "https://github.com/Stephen-Seo/TurnBasedMinecraftMod", "1.21.1": { + "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.0", - "1.21.1-recommended": "1.26.0" + "1.21.1-latest": "1.26.1", + "1.21.1-recommended": "1.26.1" } }