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.
This commit is contained in:
ice_iix 2020-06-27 17:54:36 -07:00
parent 62eadc4ff5
commit 64291ccad6
1 changed files with 1 additions and 1 deletions

View File

@ -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