Release 3.17.2

This commit is contained in:
Dylan K. Taylor
2020-12-28 23:03:32 +00:00
parent aefaf73685
commit 5066d5225b
2 changed files with 6 additions and 1 deletions

View File

@ -21,3 +21,8 @@ Plugin developers should **only** update their required API to this version if y
- Server uptime is now included in crash reports.
- Hoes now take damage when used to break sponges.
- Using lava as fuel in a furnace now leaves behind an empty bucket.
# 3.17.2
- Fixed region header corruption when chunks with larger-than-expected lengths are found. These chunks are now treated as corrupted, instead of automatically attempting to salvage them (which usually fails anyway).
- `RegionLoader->removeChunk()` now allows the space used by the removed chunk to be reused by future region saves.
- Extracted `Living->applyConsumptionResults()` from `Living->consumeObject()` (preparation for a future bug fix).