Fix go test ./...

This commit is contained in:
Tnze
2023-04-05 01:46:37 +08:00
parent 3cf4049f2d
commit 016455d00a
2 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,7 @@ const (
ClientboundUpdateMobEffect ClientboundUpdateMobEffect
ClientboundUpdateRecipes ClientboundUpdateRecipes
ClientboundUpdateTags ClientboundUpdateTags
ClientboundPacketIDGuard
) )
// Game Serverbound // Game Serverbound
@ -203,4 +204,5 @@ const (
ServerboundTeleportToEntity ServerboundTeleportToEntity
ServerboundUseItemOn ServerboundUseItemOn
ServerboundUseItem ServerboundUseItem
ServerboundPacketIDGuard
) )

View File

@ -45,6 +45,8 @@ type (
SculkCatalystEntity struct{} SculkCatalystEntity struct{}
SculkShriekerEntity struct{} SculkShriekerEntity struct{}
ChiseledBookshelfEntity struct{} ChiseledBookshelfEntity struct{}
SuspiciousSandEntity struct{}
DecoratedPotEntity struct{}
) )
type EntityType int32 type EntityType int32