From 8ec773c5513f19feb1d1d062d166f4a5728ef48c Mon Sep 17 00:00:00 2001 From: AkmalFairuz Date: Mon, 25 Dec 2023 13:28:39 +0700 Subject: [PATCH] fix --- src/ProtocolInfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;