PocketMine-MP
PocketMine-MP copied to clipboard
Tile network NBT serialization needs a TypeConverter context
Description
Spawnable::get(Serialized)SpawnCompound() needs a TypeConverter context
Justification
NBT serialization for network is currently context-unaware, which might be a problem if context-specific stuff gets put into NBT. This previously caused issues for item frames, and is also a potential problem for multi-version forks.