diff --git a/data/pc/common/features.json b/data/pc/common/features.json index 1bf25b8cc..bdf932da7 100644 --- a/data/pc/common/features.json +++ b/data/pc/common/features.json @@ -783,5 +783,10 @@ "name": "hasConfigurationState", "description": "in 1.20.2, a new configuration state was added to allow configuration after login", "versions": ["1.20.2", "latest"] + }, + { + "name": "unifiedPlayerAndEntitySpawnPacket", + "description": "Players and entities spawn with the same spawn_entity packet", + "versions": ["1.20.2", "latest"] } ]