Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2019-10-20 21:25:39 +01:00
13 changed files with 177 additions and 11 deletions

View File

@ -69,3 +69,8 @@ Plugin developers should **only** update their required API to this version if y
- `Entity->despawnFromAll()`
- Fixed plugin `softdepend` not influencing load order when a soft-depended plugin had an unresolved soft dependency of its own.
- Fixed endless falling of sand on top of fences.
# 3.9.5
- Fixed some issues with multiple consecutive commas inside quotes in form responses.
- Fixed server crash when the manifest json does not contain a json object in a resource pack.
- Ender pearls no longer collide with blocks that do not have any collision boxes.