add Hash for Chat Header and PlayerMessage

This commit is contained in:
Tnze
2022-12-02 16:15:19 +08:00
parent aadf28dde2
commit 9ffed219cd
2 changed files with 16 additions and 0 deletions

View File

@ -145,6 +145,7 @@ const (
ClientboundUpdateMobEffect
ClientboundUpdateRecipes
ClientboundUpdateTags
ClientboundPacketIDGuard
)
// Game Serverbound
@ -200,4 +201,5 @@ const (
ServerboundTeleportToEntity
ServerboundUseItemOn
ServerboundUseItem
ServerboundPacketIDGuard
)