Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
0.12.16+1.21.2
Beta
[1.21.2+] oωo - 0.12.162 years ago 12.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.2–1.21.3
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Primarily, this release constitutes the first port of owo-lib to 1.21.2/3. There were however also a number of other changes:
Additions
CodecUtilsnow offers theeitherStructEndec(...)andxorStructEndec(...)methods for creating either/xor endecs which conform to theStructEndecinterface- The endec builder used for serializing owo-config options over the network can now be customized in the
ConfigWrapperconstructor
Changes
- As a consequence of the vanilla changes to item and block registration, the
AutoRegistryContainerAPI is deprecated for the moment and might be (partially) removed in a future release. We're investigating potential alternatives - Which owo-ui components are used for the exclusion areas provided to REI and EMI can now be customized by overriding
BaseOwoHandledScreen#componentsForExclusionAreas()
Fixes
BaseOwoHandledScreen#enableSlot(Slot)no longer incorrectly disables the slot
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| owo-lib-0.12.16+1.21.2-sources.jar | Unknown | 429.52 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:j81y0n5S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ccKDOlHs:j81y0n5S"
}

