From af3affb467c01ee2880fbbc366ea0420c0580ab8 Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 6 May 2025 09:28:28 -1030 Subject: fix chunk errors when joining a world with a same name but different height --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGELOG.md') 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. -- cgit v1.2.3