Tags
Creators
Details
v1.0.0-beta.5
Compatibility
Required content
Changes
1.0.0-beta.5 changelogs:
-
Introduce new categories
- Performance, Visuals, HUD, Utility
-
Add a new third-party mod category list
- This is a list of mods that we assign to categories based on their functionality
-
Add description tooltips to Accordions and HUD settings
-
Add HUD snapping
-
Add HUD arrow keys to move the HUD
-
Put external mod keybinds in OC Keybinds GUI
-
Make OneConfig key binds display in Minecraft key binds menu
-
Implement notifications center
-
Add multi-key (chord) keybinds (#676)
-
Show keybind conflicts in the keybinds screen (#675)
-
Optimize some dev utilities
-
Move HUD settings/delete icon inside the HUD
-
Round non-SVG icons automatically (#659)
-
Set default step size to 1f (#682)
-
Fix duplicate mod card when a mod has both OneConfig and Mod Menu config support (#663)
-
Fix various issues with KtConfigs (#683, #685, #684)
-
Fix
@Includefields showing in config menu (#681) -
Fix UI clipping sidebar (#665)
-
Fix UI keybind working in other GUIs
-
Fix
HudManager#isEditingnot updating properly -
Improve DesktopHelper utils and reliability
-
Fix HUD resizing not being correctly proportional to mouse drag (#662)
-
Fix slider text glitching out in HUD designer/settings (#667)
-
Fix MultiSelectDropdown not saving (#664)
-
Fix chroma UI accent color not working (#642)
-
Fix subcategories not being displayed as accordions in Cloth Config (#639)
-
Fix YACL compat not using min/max values (#669)
-
Fix hidden/test configs not being excluded from global search results (#679)
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:AibBIVmj:pTu7Zh9v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AibBIVmj:pTu7Zh9v"
}

