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"] } ]