Merge pull request 'release/0.87.1' (#4357) from release/0.87.1 into master

Reviewed-on: https://git.minetest.land/VoxeLibre/VoxeLibre/pulls/4357
This commit is contained in:
the-real-herowl 2024-06-02 02:01:07 +00:00
commit 65d6cb1d83
2 changed files with 14 additions and 1 deletions

View File

@ -106,7 +106,7 @@ lua tools/generate_ingame_credits.lua
4. Make a commit for the above:
```
git add game.conf
git commit -m "Set version for hotifx v0.87.1"
git commit -m "Set version for hotfix v0.87.1"
```
or, if credits got updated:
```
@ -120,6 +120,7 @@ git commit -m "Updated release credits and set version for hotfix v0.87.1"
## 0.87.1 hotfix
```
and describe the changes there
6. Make a commit for the releasenotes changes:
```
git add releasenotes/0_87-the_prismatic_release.md

View File

@ -166,3 +166,15 @@ One of our tools, the Python script allowing conversion of Minecraft resource pa
* Ghast fireball related crash by Araca
* Crash related to server restart while a player is dead by teknomunk
* Crashes related to the new effects API - by teknomunk and Herowl
## 0.87.1 hotfix
* Fixed crash when shooting potions from a dispenser - by teknomunk
* Fixed crash related to custom mobspawners - by teknomunk
* Fixed beacon crash - by teknomunk
* Fixed eye of ender crash - by Herowl
* Fixed Stalker texture generation - by teknomunk
* Correctly refresh enchanted tool capabilities - by teknomunk
* Fixed creative inventory misbehaving - by Herowl
* Fixed variable definition in mob spawning code - by teknomunk
* Updated documentation - by Herowl and teknomunk
* Increased stack size for snowballs and eggs - by JoseDouglas26