File Details
[1.21] oωo - 0.12.10
- B
- Jun 15, 2024
- 1.08 MB
- 45.7K
- 1.21
- Fabric + 1
File Name
owo-lib-0.12.10+1.21.jar
Supported Versions
- 1.21
Curse Maven Snippet
This build is primary a port of 0.12.9 to 1.21. This mandated a few other changes:
Endec changes
The Endec API is no longer built into owo-lib. Instead, owo now uses and ships the standalone endec library. This entails four major changes:
- Endecs for Minecraft's types are no longer found on
BuiltInEndecsbut instead onMinecraftEndecs - DFU interop (namely, converting between codecs and endecs) is now handled through
CodecUtils.toCodec/toEndecand related functions - A number of package changes, primarly
io.wispforest.owo.serialization->io.wispforest.endec - All JSON-related implementations are now named after the JSON library they use. In consequence, the previous
JsonSerializeris nowGsonSerializerand so on
Further Fixes
EdmOpsno longer usesnullas its empty value, fixing a number of edge cases with particular types of DFU codecs when doing interop- owo's
ScreenHandlerextensions don't require aHandledScreenanymore and now also support other screens which implementScreenHandlerProvider

