Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 3 months ago
All versions
0.12.5+1.20.3
Release
[1.20.3+] oωo - 0.12.52 years ago 76K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.3–1.20.4
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
Additions
EdmElementinstances which hold aMAPtype can now be represented as anEdmMap(which, importantly, implementsMapCarrierand can thus be used withKeyedEndec) usingEdmElement#asMap(#209, Blodhgarm)- The components of a record used for owo networking (or, more specifically, for which an instance of
RecordEndecis made) can now be annotated@NullableComponentto support null serialization (#216, Blodhgarm)
Fixes
- When text with a click event of type
OPEN_URLis clicked in an owo-ui label component, the resulting link confirmation screen now properly returns to the screen with label on it after the link has been confirmed/rejected by the user (#214) - The error message logged when an owo UI model hot reload fails no longer has mismatched format specifiers
- Hud addition/removal requests are now processed in invocation order at the beginning of every frame rendered while in a world (this solves weird ordering problems with addition/removal and fixes requests not being processed while the Hud is hidden) (#213)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| owo-lib-0.12.5+1.20.3-sources.jar | Unknown | 441.95 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ccKDOlHs:CJ29u2GJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ccKDOlHs:CJ29u2GJ"
}

