From bd3c9757d0f9d40c797024ed09c3a5e99e815b77 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Mon, 8 Jan 2024 21:52:11 -0500 Subject: [PATCH] Add pc feature `unifiedPlayerAndEntitySpawnPacket` --- 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 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"] } ]