Skip to content

Set Block

Packet IDDirectionMojang NameMCP Name
0x35ClientboundTileUpdatePacketPacket53BlockChange

This is sent by the server when a block is changed or updated in any way. If a lot of blocks are being updated, consider using the Set Multiple Blocks packet.

Clientbound

FieldTypeDescription
XIntegerThe X block position of where the block is
YByteThe Y block position of where the block is
ZIntegerThe Z block position of where the block is
TypeByteThe new type of the block
MetadataByteThe new metadata value of the block

Example Packet

FieldValue
X32
Y76
Z-543
Type17 (Log)
Metadata1 (Spruce Log)