promotional bannermobile promotional banner

oωo (owo-lib)

A general utility, GUI and config library for modding on Fabric and Quilt

File Details

[1.21+] oωo - 0.12.15

  • R
  • Oct 8, 2024
  • 1.12 MB
  • 2.0M
  • 1.21.1+1
  • Fabric + 1

File Name

owo-lib-0.12.15+1.21.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:owo-lib-532610:5795611"

Quilt

modImplementation "curse.maven:owo-lib-532610:5795611"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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