Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated 3 hours ago
All versions
2.0.0-beta.3+1.20.4
Beta
Controlify 2.0.0-beta.3 for MC 1.20.42 years ago 67.6K
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
Update target version from potato snapshot to 1.20.5-pre1
Additions
- Radial menus for creative hotbar save/load
- Radial menu to select hotbar slot
- Now publishing a secondary offline jar that bundles all the natives inside the JAR This jar will not ask to load SDL. It will attempt to do so automatically.
Translations
Controlify is now on Crowdin, if you'd like to help, join my discord and ask!
- 100% complete French translation - thanks Myuui!
- 100% complete Mexican Spanish translation - thanks TheLegendofSaram and Zetsphiron!
Bug Fixes
- Fix water splash rumble being applied when flying through water in spectator mode
- Fix mixed input not working after enabling explicitly in config screen (closes #267)
- Fix radial button not being able to be changed (closes #275)
- Fix disconnecting/reconnecting the same controller being detect as a second controller (closes #276)
- Fix axes not working when rebound in the settings (closes #274)
- Fix in-game drop key conflicting with gui back/exit bind (close #272)
- Optimise some mixins
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Controlify-2.0.0-beta.3+1.20.4-offline.jar | Unknown | 11.18 MiB |
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:DOUdJVEm:im0SBR8Y"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DOUdJVEm:im0SBR8Y"
}



