CubicChunks

CubicChunks

840k Downloads

Patch PacketBuffer to make writing BlockPos work

Barteks2x opened this issue ยท 1 comments

commented

This is a bit questionable as it may break network compatibility if done wrong.

One way to avoid breaking compat:
In vanilla a few bits of the long value written are unused. They could be used as a flag to say "there is more data"

commented

Fixed in 88f9384