From e7b28ab59d4c45cb0f2bc354826a8cad6fddb662 Mon Sep 17 00:00:00 2001 From: u9g Date: Mon, 7 Sep 2026 00:04:40 -0400 Subject: [PATCH] features: clientCommandUsesStringMapper from 26.1 --- data/pc/common/features.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/data/pc/common/features.json b/data/pc/common/features.json index 370b00980..651bfe325 100644 --- a/data/pc/common/features.json +++ b/data/pc/common/features.json @@ -380,6 +380,14 @@ "latest" ] }, + { + "name": "clientCommandUsesStringMapper", + "description": "client_command packet uses string mappings instead of numeric actionId", + "versions": [ + "26.1", + "latest" + ] + }, { "name": "entityCamelCase", "description": "entity names are in camel case",