From 3d5887875011cf822d0bd958b367a637696029bb Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sun, 24 Dec 2023 06:27:13 +0100 Subject: [PATCH 1/3] Updated release credits and set version for v0.86 --- CREDITS.md | 3 +++ game.conf | 2 +- mods/HUD/mcl_credits/people.lua | 3 +++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CREDITS.md b/CREDITS.md index 27f52d249..548ff94f6 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -127,6 +127,8 @@ * mim * Dark * Bakawun +* JoseDouglas26 +* Zasco ## Music * Jordach for the jukebox music compilation from Big Freaking Dig @@ -222,6 +224,7 @@ * Isaac Dennis * ADLON * Sab Pyrope +* JoseDouglas26 ## Funders * 40W diff --git a/game.conf b/game.conf index 2a48bbf15..2cf9ae8d1 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.0-SNAPSHOT +version=0.86.0 diff --git a/mods/HUD/mcl_credits/people.lua b/mods/HUD/mcl_credits/people.lua index 448f99bda..d562f2e53 100644 --- a/mods/HUD/mcl_credits/people.lua +++ b/mods/HUD/mcl_credits/people.lua @@ -129,6 +129,8 @@ return { "mim", "Dark", "Bakawun", + "JoseDouglas26", + "Zasco", }}, {S("Music"), 0xA60014, { "Jordach for the jukebox music compilation from Big Freaking Dig", @@ -224,6 +226,7 @@ return { "Isaac Dennis", "ADLON", "Sab Pyrope", + "JoseDouglas26", }}, {S("Funders"), 0xF7FF00, { "40W", From b1f7fecb59ec01fc0bfb79f9c56ce276f415f030 Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sun, 24 Dec 2023 06:29:39 +0100 Subject: [PATCH 2/3] Add release notes for 0.86 --- releasenotes/0_86-the_another_look_release.md | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 releasenotes/0_86-the_another_look_release.md diff --git a/releasenotes/0_86-the_another_look_release.md b/releasenotes/0_86-the_another_look_release.md new file mode 100644 index 000000000..bddd9a462 --- /dev/null +++ b/releasenotes/0_86-the_another_look_release.md @@ -0,0 +1,39 @@ +## 0.86 – The Another Look release + +### Contributors +#### New contributors +* JoseDouglas26 +* Zasco + +### FOV API +Field of Vision control now goes through a new API using a modifier system, made by Michieal and Herowl. With these changes, sprint, bow drawing and spyglass should alter the FOV properly, as well as take into account the FOV set in Minetest settings. This also paves the way to more mechanics changing FOV in future updates. + +### Mob improvements +Shulker received an update by Bakawun (pulling some of the Mineclonia changes by cora). Animation usage got some fixes, and bullets are now slower but homing. Also it's fire rate is now variable. + +With the shulker update, other mobs (including those from mods) can now have homing bullets added with ease, as well as do custom things after each attack (like change the fire rate, which shulker now does). + +Slimes and Magma Cubes got rebalanced by Herowl, to make them work better with the player attack reach changes from the previous update (0.85 – Fire and Stone). + +Vexes and Evokers got some changes and fixes by Herowl to make them more manageable to fight while still being formidable enemies. + +### Shepherd functionality +A shepherd staff was added by Herowl, which allows you to lead your sheep without the risk of them eating the item you're luring them with. It can also serve as a weak weapon (to defend your sheep, of course). You can now collect sheep easier while travelling. Remember to take care of your sheep, also at night, and especially during the Christmastide. Speaking of Christmas, I've heard something changed about the moon. If you have trouble noticing that, maybe use the dedicated tools to take a closer look up. + +### Sunflower update +Sunflower now has a custom mesh by JoseDouglas26 (with minor tweaks from Herowl), which means it looks better and is oriented towards East properly. Thanks to the changes, it is also easier to make more mesh-based tall flowers in the future. + +### Animation updates +Animations of Stonecutter and Campfires were made more dynamic by Wbjitscool. + +### Mapgen settings +The setting disabling deepslate generation now works properly thanks to Zasco. + +### Translation updates +* Spanish by megustanlosfrijoles +* Brazilian Portuguese by JoseDouglas26 +* Syntax fixes in various translation-related files by megustanlosfrijoles + +### Crash fixes +* Villager trading UI crash by JoseDouglas26 +* Piston related crash by cora From 939905b9d89c4c25f4cd26083f7b1af4e411d0f4 Mon Sep 17 00:00:00 2001 From: the-real-herowl Date: Sun, 24 Dec 2023 06:31:35 +0100 Subject: [PATCH 3/3] Post-release set version 0.87.0-SNAPSHOT --- game.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.conf b/game.conf index 2cf9ae8d1..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.0 +version=0.87.0-SNAPSHOT