Patch PacketBuffer to make writing BlockPos work
Barteks2x opened this issue ยท 1 comments
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"
Fixed in 88f9384