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.6+] oωo - 0.12.21

  • B
  • Jul 1, 2025
  • 1.13 MB
  • 22.3K
  • 1.21.8+2
  • Fabric + 1

File Name

owo-lib-0.12.21+1.21.6.jar

Supported Versions

  • 1.21.8
  • 1.21.7
  • 1.21.6

Curse Maven Snippet

Fabric

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

Quilt

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

Learn more about Curse Maven

This release is primarily a port to 1.21.6/7. Due to the massive vanilla refactors around GUI rendering in particular, this is a larger-than-usual update and we expect there will be some bugs and porting mistakes - please report anything you find!

Changes

  • OwoBlurRenderer has been replaced with BlurQuadElementRenderState in accordance with the vanilla GUI rendering changes

Removed

  • (Block|Entity|Item)RegistryContainer
  • OwoItemSettings, replaced by interface injection on Item.Settings
  • DraggableContainer.alwaysOnTop
  • CodecUtils.ofEndec, replaced by toCodec
  • ConfigScreen.(registerProvider|getProvider|forEachProvider), replaced by ConfigScreenProviders