06-10-2019, 11:44 PM
(06-09-2019, 01:52 AM)Seadragon91 Wrote: I started taking a look at the protocol changes of 1.14. Does someone know what the change for the packet "Chunk Data" means?
https://wiki.vg/Pre-release_protocol#Chunk_Data
I see that there is a new field that requires a nbt compund array with 256 entries for the heightmap, but I am not sure what that means:
"as a compacted long array with 256 entries at 9 bits per entry"
My guess would be 256 * 9 bits per entry = 2304 bits of data stored as an array of 2304/64=36 longs.