Fix go test ./...
This commit is contained in:
@ -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
|
||||||
)
|
)
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user