From 3aa144fd57ec7106fb3835e1261e2994b96494b1 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 5 Nov 2024 17:21:43 +0900 Subject: [PATCH] Update Changelog.md --- Changelog.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/Changelog.md b/Changelog.md index 922a01c..22dbc01 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,41 @@ # Upcoming changes +# Version Forge-1.26.5 + +Update TBM\_Config.toml to have haste\_speed and slow\_speed for all mob +entries. + +Update Config to merge in new changes. This means that the existing config will +be overwritten much less frequently (if ever). + +Update to Forge 52.0.26 (MC 1.21.1). + +# Version NeoForge-1.26.5-MC-1.21.1 + +Update TBM\_Config.toml to have haste\_speed and slow\_speed for all mob +entries. + +Update ClientConfigGui to quit to mod-menu screen in NeoForge (before, it quit +to the main screen or current game). + +Update Config to merge in new changes. This means that the existing config will +be overwritten much less frequently (if ever). + +Update to NeoForge 21.1.74 (MC 1.21.1). + +# Version NeoForge-1.26.5 + +Update TBM\_Config.toml to have haste\_speed and slow\_speed for all mob +entries. + +Update ClientConfigGui to quit to mod-menu screen in NeoForge (before, it quit +to the main screen or current game). + +Update Config to merge in new changes. This means that the existing config will +be overwritten much less frequently (if ever). + +Update to NeoForge 21.3.11-beta (MC 1.21.3). + # Version Forge-1.26.4 [Add support for "per-player-stats" in Turn-Based-Battle.](https://stephen-seo.github.io/TurnBasedMinecraftMod/server_config/#per-player-settings)