Cuberite Forum

Full Version: TNT and creepers
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i found this on an website with allot of protecols
Explosion (0x3C)

Server to Client

Quote::!: This command is not fully understood.

Seems to be sent when an explosion occurs (both creepers and TNT).
Packet ID Field Name Field Type Example Notes
0x3C X double
Y double
Z double
Unknown float 3.0 radius?
Record count int This is the count, not the size. The size is 3 times this value.
Records (byte, byte, byte) × count Each record is 3 bytes, which seem to be XYZ offsets of affected blocks.
Total Size: 33 bytes + 3*(Record count) bytes

this is the website
http://www.wiki.vg/Protocol#0x32
We know that wiki site, it's actually our primary source of protocol changes information. Without it, upgrading the server would take much, much longer than it currently does Smile