PocketMine-MP icon indicating copy to clipboard operation
PocketMine-MP copied to clipboard

Tile network NBT serialization needs a TypeConverter context

Open dktapps opened this issue 1 year ago • 0 comments

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.

Alternative methods

dktapps avatar Mar 13 '24 15:03 dktapps