diff --git a/src/ProtocolInfo.php b/src/ProtocolInfo.php index 71c7a5c8..e8c1cedc 100644 --- a/src/ProtocolInfo.php +++ b/src/ProtocolInfo.php @@ -133,7 +133,7 @@ private function __construct(){ public const INVENTORY_SLOT_PACKET = 0x32; public const CONTAINER_SET_DATA_PACKET = 0x33; public const CRAFTING_DATA_PACKET = 0x34; - + public const CRAFTING_EVENT_PACKET = 0x35; public const GUI_DATA_PICK_ITEM_PACKET = 0x36; public const ADVENTURE_SETTINGS_PACKET = 0x37; public const BLOCK_ACTOR_DATA_PACKET = 0x38;