You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sub chunks have been read properly border blocks, biomes and (possible) block entities follow.
Though when a server only uses LevelChunkPackets, it can still send 1.18-type biomes, (unless the vanilla_version field is 1.17.40 or lower.)
This edge-case can be reproduced on a PMMP4 server, (as this doesn't use the mode -1 or -2.)
When sub chunks have been read properly border blocks, biomes and (possible) block entities follow.
Though when a server only uses
LevelChunkPacket
s, it can still send 1.18-type biomes, (unless thevanilla_version
field is1.17.40
or lower.)This edge-case can be reproduced on a PMMP4 server, (as this doesn't use the mode
-1
or-2
.)From (prismarine-chunk/1.18/ChunkColumn L145) to the incorrect code block: prismarine-chunk/1.3/ChunkColumn (L189-L191).
What it should be could be found in the previous implementation: bedrock-provider/1.3/ChunkColumn.ts (L352-L363).
The text was updated successfully, but these errors were encountered: