Skip to content

Chunk / Block Region

Packet IDDirectionMojang NameMCP Name
0x33ClientboundBlockRegionUpdatePacketPacket51MapChunk

The packets is sent from the server to the client to update the blocks in the specified area.

The origin coordinate (x,y,z) is in block space. It describes the bottom, most-negative block. The to-be-updated volume is defined by the width, height and length bytes which the server subtracts 1 from to allow updating of a 256x128x256 area*.

* untested, but height values more than 127 seem to crash the client

The region size can only be positive, so the origin coordinate must always indicate the lowest value of the changed area, towards Negative X/Y/Z.

Block Data

How the block data is formatted over the network is explained on the chunk page. This data is zlib compressed when sent over the network. For more info, check out the compression page.

Clientbound

FieldTypeDescription
XIntegerThe X block position of the region towards Negative X
YShortThe Y block position of the region towards Negative Y
ZIntegerThe Z block position of the region towards Negative Z
widthByteThe block width of the updated region towards Positive X, -1
heightByteThe block height of the updated region towards Positive Y, -1
lengthByteThe block length of the updated region towards Positive Z, -1
compressed sizeIntegerThe size, in bytes, of the zlib compressed data
compressed dataByte ArrayThe zlib compressed chunk data

WARNING

If a chunk that's taller than 127 blocks is sent, a vanilla client will softlock/crash.

Example Packet

FieldValue
x0
y0
z0
width15
height127
length15
compressed size256
compressed data120,218,237,205,161,13,0,32,16,4,65,2,226,37,253,119,73,7,208,1,136,51,136,25,191,217,26,153,222,50,229,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,239,255,193,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,219,119,75,175,215,235,245,122,189,94,175,215,235,245,122,189,94,175,215,235,245,122,189,94,175,215,235,245,122,189,94,175,215,235,245,122,189,94,175,215,235,245,122,189,94,175,215,235,245,122,189,94,175,215,235,245,122,125,220,207,3,138,218,152,0