Skip to content

Commit

Permalink
feat: add missing packet
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamguxiang committed Sep 21, 2023
1 parent add59c9 commit af7d543
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LiteLoader/include/llapi/mc/inc/enums.inc
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,8 @@ enum class MinecraftPacketIds : int {
CompressedBiomeDefinitionList = 0x12D,
TrimData = 0x12E,
OpenSign = 0x12F,
AgentAnimation = 0x130,
RefreshEntitlements = 0x131
};

enum class ItemStackNetResult : unsigned char {
Expand Down

0 comments on commit af7d543

Please sign in to comment.