Fix go test ./...
This commit is contained in:
@ -148,6 +148,7 @@ const (
|
||||
ClientboundUpdateMobEffect
|
||||
ClientboundUpdateRecipes
|
||||
ClientboundUpdateTags
|
||||
ClientboundPacketIDGuard
|
||||
)
|
||||
|
||||
// Game Serverbound
|
||||
@ -203,4 +204,5 @@ const (
|
||||
ServerboundTeleportToEntity
|
||||
ServerboundUseItemOn
|
||||
ServerboundUseItem
|
||||
ServerboundPacketIDGuard
|
||||
)
|
||||
|
@ -45,6 +45,8 @@ type (
|
||||
SculkCatalystEntity struct{}
|
||||
SculkShriekerEntity struct{}
|
||||
ChiseledBookshelfEntity struct{}
|
||||
SuspiciousSandEntity struct{}
|
||||
DecoratedPotEntity struct{}
|
||||
)
|
||||
|
||||
type EntityType int32
|
||||
|
Reference in New Issue
Block a user