From 3c32baa60789cd094bd4dab477c3c7efbc9716b5 Mon Sep 17 00:00:00 2001 From: GenerelSchwerz Date: Sun, 12 Jul 2026 19:29:04 -0400 Subject: [PATCH] Add feature flag for lpVec3 entity velocity --- data/pc/common/features.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/pc/common/features.json b/data/pc/common/features.json index bef04eb99..ba2cc4007 100644 --- a/data/pc/common/features.json +++ b/data/pc/common/features.json @@ -906,6 +906,11 @@ "description": "spawn position includes a dimension component", "versions": ["1.21.9", "latest"] }, + { + "name": "entityVelocityIsLpVec3", + "description": "entity velocity packets use length-prefixed vectors in blocks per tick", + "versions": ["1.21.9", "latest"] + }, { "name": "gameRuleUsesResourceLocation", "description": "gamerule names use resource location syntax",