Tags
Creators
Details
v1.0.0-beta.6
Compatibility
Required content
Changes
1.0.0-beta.6 changelogs:
-
Add VulkanMod support
-
Add BlazeSDL support
-
New translation API
-
Make profiles support keybinds and all mods, even compat mods
-
Add all vanilla Minecraft keybinds to OneConfig keybinds
-
Add missing options to KtConfig, including transformed and observable entries
-
Stop including Compose Multiplatform in the JAR
-
Add ModMenu entries
-
Fix keybinds not unbinding
-
Fix keybind infinite recursion StackOverflowError between OneConfig and kryptconfig (#688)
-
Fix LegacyHud editor issues (#686)
-
Fix Minecraft theme having rounded corners (#712)
-
Fix Fabric API dependency issues (#721)
-
Fix non-daemon threads delaying Minecraft shutdown on 26.2 (#722)
-
Fix FrameBufferEvent and ChatSendEvent mixins (#719)
-
Dispatch ServerJoinEvent once the play connection is established (#694)
-
Attempt to fix Sodium Extra resolution scaling
-
Fix various profiles issues
-
Reset config on corrupt data and improve tree overwrite resilience
-
Fix theme consistency in many places
-
Slow down chroma speed
-
Properly dispose Compose in certain situations
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:c1LtNIhh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AibBIVmj:c1LtNIhh"
}

