From 7463b97c69f11038aba9c087e6cac20b3dac8153 Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sat, 30 Dec 2023 05:32:10 +0100 Subject: [PATCH 1/3] Added hotfix notes to the release notes for 0.86 --- releasenotes/0_86-the_another_look_release.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/releasenotes/0_86-the_another_look_release.md b/releasenotes/0_86-the_another_look_release.md index bddd9a462..330fbf97c 100644 --- a/releasenotes/0_86-the_another_look_release.md +++ b/releasenotes/0_86-the_another_look_release.md @@ -37,3 +37,14 @@ The setting disabling deepslate generation now works properly thanks to Zasco. ### Crash fixes * Villager trading UI crash by JoseDouglas26 * Piston related crash by cora + +## 0.86.1 hotfix +* Implemented a fix to a graphical glitch regression introduced in release 0.86, which had been fixed but wasn't loaded into the tag. +* Added a workaround to enable mobile players to use bows, crossbows and spyglasses by using zoom key (they can't *hold* `place`). +(both fixes by Herowl) + +## 0.86.2 hotfix +* Implemented refactorization of player-related combat code by Eliy21. This fixes a critical bug which can cause players to become invulnerable indefinitely. +* Optimized some textures for size. +* Fixed XP orbs breaking randomly (by Herowl). +* Fixed a cryptic error message (by Herowl). From f306d3768e754d80bc56b7f9da2bdccdac32929d Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sat, 30 Dec 2023 05:33:27 +0100 Subject: [PATCH 2/3] Update game.conf for hotfix release 0.86.2 --- game.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.conf b/game.conf index d238ce93c..7e27b12e4 100644 --- a/game.conf +++ b/game.conf @@ -1,4 +1,4 @@ title = MineClone 2 description = A survival sandbox game. Survive, gather, hunt, build, explore, and do much more. disallowed_mapgens = v6 -version=0.87.0-SNAPSHOT +version=0.86.2 From d3d1bdf8d2c3c32c24b0c9477da9fd18b1488cc4 Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sat, 30 Dec 2023 05:34:24 +0100 Subject: [PATCH 3/3] Post-hotfix revert game.conf to SNAPSHOT version --- game.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.conf b/game.conf index 7e27b12e4..d238ce93c 100644 --- a/game.conf +++ b/game.conf @@ -1,4 +1,4 @@ title = MineClone 2 description = A survival sandbox game. Survive, gather, hunt, build, explore, and do much more. disallowed_mapgens = v6 -version=0.86.2 +version=0.87.0-SNAPSHOT