From 64291ccad615a5b25117821674056d954697f0f2 Mon Sep 17 00:00:00 2001 From: ice_iix Date: Sat, 27 Jun 2020 17:54:36 -0700 Subject: [PATCH] EntityProperties subtlely changed, but not the structure String was changed to identifier, but we represent both data types as the same (String) in our parser. The known key values changed but these aren't handled, so no change here. --- protocol/src/protocol/versions/v1_16_1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/src/protocol/versions/v1_16_1.rs b/protocol/src/protocol/versions/v1_16_1.rs index dcf6448..205673f 100644 --- a/protocol/src/protocol/versions/v1_16_1.rs +++ b/protocol/src/protocol/versions/v1_16_1.rs @@ -145,7 +145,7 @@ protocol_packet_ids!( 0x55 => CollectItem 0x56 => EntityTeleport_f64 0x57 => Advancements - 0x58 => EntityProperties // TODO + 0x58 => EntityProperties 0x59 => EntityEffect 0x5a => DeclareRecipes // TODO 0x5b => TagsWithEntities