Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkmalFairuz committed Dec 25, 2023
1 parent 7bb1f26 commit 8ec773c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProtocolInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8ec773c

Please sign in to comment.