1.2.0+1.21.1-fabric
Compatibility
Changes
UniLib Changes
v1.2.0 (10/24/2025)
A Detailed Changelog from the last release is available here
See the Mod Description or README for more info regarding the mod.
Changes
- (Backend) Updated Build Dependencies (Please see the appropriate repositories for changes)
- Fabric Loader (
0.16.14->0.17.2) - Spotless (
7.2.1->8.0.0) - Shadow (
8.3.8->9.2.2) - ModPublisher (
2.1.6->2.1.8) - SpotBugs Annotations (
4.8.6->4.9.6)
- Fabric Loader (
- Backported several API changes from the
-Stagingbuilds, for various MC versions:- Implemented
mouseReleasedcall inScrollPane, allowingclickedScrollbarto becomefalsewhen mouse is released - Added new APIs to
ScrollPane:setScrolling(bool)andisOverScrollbar(mouseX, mouseY) - Added
rawCategoryName()toKeyUtils#KeyBindDataas an alias tocategory() - (MC 1.13.2 - MC 1.21.8) Added missing
SliderControl#draggingvariable - (MC 1.21.9) Fixed
KeyUtils#getKeyMappingsusing the wrongcategoryreference - (MC 1.14.4 - MC 1.21.8) Added missing
mouseReleasedcall toExtendedScreen - (MC 1.13.2+) Add missing
mouseReleasedcall toScrollPane
- Implemented
- Added additional API calls for the
PREINITandINITphases of Screen Initialization - Added
constructElements()andappendElements()toExtendedScreenas an alternative to usinginitializeUifor adding UI elements to the screen- These methods, alongside the prior note, allow for initializing controls in the correct phase
- Previously, double-rendering would occur in the first tick on sub-screens
Fixes
- Fixed an incorrect initialization call in
ExtendedScreen#initializeUi, causing a crash in certain scenarios - Fixed UI element flicker and delay in hover tooltips on
ExtendedButtonControland its extensions
More Information
Known Issues
Despite compatibility often being ensured between versions, caution is advised to ensure the best experience, while also baring in mind that features can be adjusted, removed, or added/iterated upon between releases.
Please refer to the Mod Description or README to view more info relating to known issues.
Snapshot Build Info
Some Versions of this Mod are for Minecraft Snapshots or Experimental Versions, and as such, caution should be noted.
Any Snapshot Build released will be marked as ALPHA to match its Snapshot Status depending on tests done before release and issues found.
Snapshot Builds, depending on circumstances, may also contain changes for a future version of the mod, and will be noted
as so if this is the case with the -Staging label.
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:nT86WUER:Wd6Xo4XV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nT86WUER:Wd6Xo4XV"
}

