From a5af50c293d87a21632c2811577c7b1838f6974f Mon Sep 17 00:00:00 2001 From: "admin@omencraft.com" Date: Wed, 2 Nov 2011 20:40:39 +0000 Subject: Added New/Invaid State and Thunderbolt packets. For testing purposes it now rains whenever a player opens a workbench and stops when they pen a chest. The rain start/stop in only sent to the sole clientopening the items. git-svn-id: http://mc-server.googlecode.com/svn/trunk@47 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/PacketID.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/PacketID.h') diff --git a/source/PacketID.h b/source/PacketID.h index 75482bbb0..98d6fc415 100644 --- a/source/PacketID.h +++ b/source/PacketID.h @@ -39,6 +39,8 @@ enum ENUM_PACKET_ID E_MAP_CHUNK = 0x33, E_MULTI_BLOCK = 0x34, E_BLOCK_CHANGE = 0x35, + E_NEW_INVALID_STATE = 0x46, + E_THUNDERBOLT = 0x47, E_WINDOW_OPEN = 0x64, E_WINDOW_CLOSE = 0x65, E_WINDOW_CLICK = 0x66, -- cgit v1.2.3