Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 3 months ago
All versions
0.12.11+1.21
Release
[1.21] oωo - 0.12.112 years ago 236.2K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Changes
Additions
- Minecraft's
ComponentTypes can now have both their codec and packet codec populated by calling.endec(...) - A new overload for
CodecUtils.toEndecalong withCodecUtils.toEndecWithRegistriesallow creating endecs from both a codec and packetcodec (where the latter one uses a packetcodec ofRegistryByteBuf) - The new
Surface.panorama(...)allows using Minecraft's main menu panorama as an owo-ui surface Sizing.Random
Changes
- The
OwoItemSettings-specific methods are now interface-injected onto all item settings and the previous class deprecated EndecRecipeSerializeris no longer abstract, making subclassing unnecessary in most cases
Fixes
- A number of changes were made to the endec library and owo's
EdmOpsto alleviate most (hopefully all) problems related to codec <-> endec interop when NBT is involved (Blodhgarm) - Wrapper item groups (which broke during the port 1.21) now work again
MinecraftEndecs.PACKET_BYTE_BUFno longer moves the reader index when encoding a buffer- A rare crash that could occur when causing input on a screen which failed loading its UI model has been fixed (#263, Zailer43)
- Pressing ctrl+delete in a text field in owo-ui debug mode no longer crashes (#264, Zailer43)
Color.ofDye, which was improperly ported, now produces correct colors again (#273, Blodhgarm)OverlayContainerno longer mounts its children incorrectly if it has a non-zero position (#278, kikugie)
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| owo-lib-0.12.11+1.21-sources.jar | Unknown | 417.94 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:AVkXApBi"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ccKDOlHs:AVkXApBi"
}

