Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 days ago
All versions
2.5.0-rc5
Beta
ModularUI − 2.5.0-rc5last year 2,381
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client-side
Client and server
Required content
Any compatible version
Changes
What's Changed
- Fix incorrect superTransferStackInSlot method call by @miozune in https://github.com/CleanroomMC/ModularUI/pull/117
- Correct space between tooltip lines by @miozune in https://github.com/CleanroomMC/ModularUI/pull/116
- Allow setting click sound for ButtonWidget by @miozune in https://github.com/CleanroomMC/ModularUI/pull/115
- Fix partial rendering position with fluid slot by @miozune in https://github.com/CleanroomMC/ModularUI/pull/127
- Consider enabled state for Grid layout by @miozune in https://github.com/CleanroomMC/ModularUI/pull/125
- Refactor Container customiztion and phantom slots & crafting grids by @brachy84 in https://github.com/CleanroomMC/ModularUI/pull/118
- Allow collapsing disabled child widgets + sizing fixes by @miozune in https://github.com/CleanroomMC/ModularUI/pull/130
- Make IWidget#resizer return nonnull by @miozune in https://github.com/CleanroomMC/ModularUI/pull/134
- Expose ModularSyncManager#getMainPSM to public by @miozune in https://github.com/CleanroomMC/ModularUI/pull/133
- Don't try to resize widget tree on server by @miozune in https://github.com/CleanroomMC/ModularUI/pull/132
- Fix ByteSyncValue not calling source setter by @miozune in https://github.com/CleanroomMC/ModularUI/pull/131
- Bootstrap FMLCommonHandler for SizerTest by @YannickMG in https://github.com/CleanroomMC/ModularUI/pull/139
- Fix Widget listener merge by @zyf051520 in https://github.com/CleanroomMC/ModularUI/pull/143
- Add option to replace vanilla tooltips with RichTooltips by @MCTian-mi in https://github.com/CleanroomMC/ModularUI/pull/140
New Contributors
- @YannickMG made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/139
- @zyf051520 made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/143
- @MCTian-mi made their first contribution in https://github.com/CleanroomMC/ModularUI/pull/140
Full Changelog: https://github.com/CleanroomMC/ModularUI/compare/v2.5.0-rc4...v2.5.0-rc5
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
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:Ecvd12QC:uxiQgZzo"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ecvd12QC:uxiQgZzo"
}

