Skip to content

Commit bcb2efc

Browse files
pc: Add feature flag for lpVec3 entity velocity (#1206)
1 parent 6ec5928 commit bcb2efc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

data/pc/common/features.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -906,6 +906,11 @@
906906
"description": "spawn position includes a dimension component",
907907
"versions": ["1.21.9", "latest"]
908908
},
909+
{
910+
"name": "entityVelocityIsLpVec3",
911+
"description": "entity velocity packets use length-prefixed vectors in blocks per tick",
912+
"versions": ["1.21.9", "latest"]
913+
},
909914
{
910915
"name": "gameRuleUsesResourceLocation",
911916
"description": "gamerule names use resource location syntax",

0 commit comments

Comments
 (0)