Cuberite Forum
TNT and creepers - Printable Version

+- Cuberite Forum (https://forum.cuberite.org)
+-- Forum: Cuberite (https://forum.cuberite.org/forum-4.html)
+--- Forum: Development (https://forum.cuberite.org/forum-13.html)
+--- Thread: TNT and creepers (/thread-419.html)



TNT and creepers - NiLSPACE - 04-02-2012

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


RE: TNT and creepers - xoft - 04-02-2012

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