Skip to content

[1.21+] oωo - 0.12.15

Compare
Choose a tag to compare
@gliscowo gliscowo released this 08 Oct 20:16
· 8 commits to 1.21 since this release
d76a9a7

Changes / Fixes

This release fundamentally changes the implementation used for Endec/Codec interop. Instead of always using EDM as the intermediary format, the framework will now try to determine if a format-appropriate (De)Serializer/DynamicOps implementation is available and use it if so. This means that the serialized representation of all data structures should now be both consistent and preserved correctly when in complex nested scenarios, something we hope will alleviate an entire class of bugs. Most of these are related to serialized EDM which turns out unrepresentable in NBT, but other formats might have been affected too