Skip to content

Lightning Bolt

Packet IDDirectionMojang NameMCP Name
0x47ClientboundAddGlobalEntityPacketPacket71Weather

Spawns a lightning bolt at the specified position.

Clientbound

FieldTypeDescription
Entity IDIntegerThe ID of the lightning bolt
Spawn LightningBooleanNeeds to be true to spawn a lightning bolt
XIntegerThe X block position of the lightning bolt
YIntegerThe Y block position of the lightning bolt
ZIntegerThe Z block position of the lightning bolt

Example Packet

FieldValue
Entity ID2
Spawn Lightningtrue
X0
Y76
Z5