TU19: merge Minecraft.World/Network

This commit is contained in:
Tropical
2026-03-21 18:09:02 -05:00
parent 0f280b5ed3
commit 11a0440998
66 changed files with 1355 additions and 462 deletions

View File

@@ -24,7 +24,7 @@ void TileUpdatePacket::read(DataInputStream* dis) // throws IOException
{
#ifdef _LARGE_WORLDS
x = dis->readInt();
y = dis->read();
y = dis->readUnsignedByte();
z = dis->readInt();
block = (int)dis->readShort() & 0xffff;