
κoωo (kowo-lib)
Fancy™ kotlin syntax for oωo-lib
Screenshots

About this Mod
![]()
Fancy™ kotlin syntax for oωo-lib
Setup
In your build.gradle file, add these lines:
repositories {
maven { url "https://api.modrinth.com/maven" }
maven { url "https://maven.wispforest.io/releases" }
}
dependencies {
modImplementation include("maven.modrinth:kowo-lib:0.12.20b+1.21.5")
modImplementation "io.wispforest:owo-lib:0.12.20+1.21.5"
// only if you plan to use owo-config
// annotationProcessor "io.wispforest:owo-lib:0.12.20+1.21.5"
}
kotlin {
compilerOptions {
freeCompilerArgs.add("-Xcontext-parameters")
}
}
Example usage
import xyz.bonfiremc.kowo.dsl.*
class SizingTestKuwuScreen : BaseOwoScreen<FlowLayout>() {
override fun createAdapter(): OwoUIAdapter<FlowLayout> {
return OwoUIAdapter.create(this, ::verticalFlow)
}
override fun build(rootComponent: FlowLayout) {
root {
verticalAlignment = VerticalAlignment.CENTER
horizontalAlignment = HorizontalAlignment.CENTER
+stack(Sizing.content(), Sizing.content()).apply {
padding {
all(15)
}
horizontalAlignment = HorizontalAlignment.CENTER
surface = Surface.panelWithInset(6)
val animation: Animation<Sizing> = horizontalSizing().animate(500, Easing.CUBIC, 75.fill)
+button("initialize sizenite".literal).apply {
horizontalSizing = 50.fill
onPress {
animation.reverse()
}
}
}
+label("bruh".literal.styled { it.withClickEvent(ClickEvent.OpenUrl(URI.create("https://wispforest.io"))) })
}
}
}
More examples on GitHub
TODO
- Simplified way to add child to parent component
- More examples
- Styling with MSS (Minecraft Style Sheets)
Available Versions
How to Install κoωo (kowo-lib) on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.8).
Install Mod
Open the mod browser in the dashboard and search for "κoωo (kowo-lib)". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.8, 1.21.7, 1.21.6 (+4 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
κoωo (kowo-lib) server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.8). You can switch loaders with one click in the panel.
Is κoωo (kowo-lib) compatible with fabric and quilt?
κoωo (kowo-lib) officially supports fabric, quilt for Minecraft 1.21.8, 1.21.7, 1.21.6. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with κoωo (kowo-lib) – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if κoωo (kowo-lib) consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install κoωo (kowo-lib) with just one click on your server.