Tags
Creators
Details
Licensed MIT
Published 5 years ago
All versions
0.11.1+1.20
Release
[1.20.1] oωo - 0.11.13 years ago 184.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Changes
Fixes
- The
ltr-text-flowalgorithm for flow layouts no longer miscalculates its columns in some situations (#137) - Clearing the text field of a color config option no longer crashes the game (#128)
- The owo-config annotation processor should now generate type interfaces in a deterministic order every time its ran (#139)
Changes
OwoUIDrawContext.of(...)now inherits the matrix- and scissor-stacks of the source context - this is more intuitive given how the method is named and used & fixes a few transform-related problems in owo-ui- The
ReiUIAdapternow flushes the draw buffer when its finished rendering to prevent mysteriously empty tooltips - Item insertion order when transferring container->player inventory using
ScreenUtils.handleSlotTransfer(...)has been reversed to match vanilla behavior
Additions
- A set of new interface-injected methods on
DrawContextenable easy, fluent matrix-stack manipulation directly on the associated draw context (#136, Blodhgarm) - owo-ui now also provides exclusion zones to EMI (#103, Abbie5)
ItemOps.decrementPlayerHandItem(...)and.emptyAwareDecrement(...)gained new overloads which accept a count instead of always decrementing by 1 (#141, chyzman)
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:m23n3uIM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ccKDOlHs:m23n3uIM"
}

