Tags
Creators
Details
v1.0.0-beta.7
Compatibility
Required content
Changes
1.0.0-beta.7 changelogs:
-
Various performance improvements
-
Drag HUD elements directly in the OneConfig UI
-
Open the HUD editor from the OneConfig UI with Right Shift
-
Always draw boxes around HUD elements in the HUD editor (#758)
-
Add a "hidden" toggle for HUD elements
-
Fix ModMenu compat on 26.2
-
Fix various font renderer bugs (#753)
- Should work much more reliably and for all MC-supported characters
-
Fix the GUI Scale setting being unreadable in the HUD designer (#756)
-
Fix the "OneConfig (Platform Module)" mod card occasionally appearing (#754)
-
Fix single-instance HUDs showing up in the HUD drawer (#755, #739)
-
Fix HUDs always resetting to 0,0 (#746)
-
Fix OneConfig keybinds not being changeable through the vanilla Controls menu on 1.21.1–1.21.8 (#737)
-
Fix original compat mod screens not saving config values
-
Fix various Skyblocker issues
-
Load profiles asynchronously and stop copying the whole config folder
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:o1FaOcxB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AibBIVmj:o1FaOcxB"
}


