From 4d190951873034034dfe9d7c7fb3d0475e24c33b Mon Sep 17 00:00:00 2001 From: William Gaylord Date: Fri, 17 Nov 2023 11:45:38 -0600 Subject: [PATCH] Add hasConfigurationState to features.json (#790) This will make adding support for the configuration state in node-minecraft-protocol easier / possible. --- 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 eb4a18d9d..4194c3bc1 100644 --- a/data/pc/common/features.json +++ b/data/pc/common/features.json @@ -781,5 +781,10 @@ "name": "newLightingDataFormat", "description": "in 1.17, light encoding changed to handle new world height", "versions": ["1.17", "latest"] + }, + { + "name": "hasConfigurationState", + "description": "in 1.20.2, a new configuration state was added to allow configuration after login", + "versions": ["1.20.2", "latest"] } ]