aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-05-06 09:28:28 -1030
committermat <git@matdoes.dev>2025-05-07 06:00:29 +1000
commitaf3affb467c01ee2880fbbc366ea0420c0580ab8 (patch)
treef8619a19b927f18cdf18445890f65cedb9773f58 /CHANGELOG.md
parent68f657310bf7f69f7f9dd0476ca9c04da191ab33 (diff)
downloadazalea-drasl-af3affb467c01ee2880fbbc366ea0420c0580ab8.tar.xz
fix chunk errors when joining a world with a same name but different height
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 68702b49..74f2d23a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -34,3 +34,4 @@ write down most non-trivial breaking changes.
- Several protocol fixes, including for ClientboundSetPlayerTeam and a few data components.
- Update the `InstanceName` component correctly when we receive a respawn or second login packet.
- Block shapes and some properties were using data from `1.20.3-pre4` due to using an old data generator (Pixlyzer), which has now been replaced with the data generator from [Pumpkin](https://github.com/Pumpkin-MC/Extractor).
+- No more chunk errors when the client joins another world with the same name but different height.