Tags
Creators
Details
2.0.2+1.21.4-fabric
Compatibility
Required content
Changes
Controlify 2.0.2
This version has the following targets:
- 25w04a-fabric (donator only)
- 1.21.4-fabric
- 1.21.4-neoforge
- 1.21.3-fabric
- 1.21.3-neoforge
- 1.21-fabric
- 1.21-neoforge
- 1.20.6-fabric
- 1.20.6-neoforge
- 1.20.4-fabric
- 1.20.4-neoforge
- 1.20.1-fabric
By donating on my Ko-Fi, you will gain access to builds of Controlify for snapshot builds of Minecraft.
Bug fixes
- Fix NeoForge builds incorrectly packaging
jarJarmods. This presented as a mixin crash on all Neo targets. - Fix identical model controllers being seen as the same controller which resulted in the second one to not be connected
- Fix toggle sprint and toggle sneak options being toggle if any connected controller config is toggle, regardless of whether it is active, as well as the vanilla toggle setting.
- Fix crash because YACL version constraint was not strict enough
- Fix LCE mode being framerate dependant
- Fix NeoForge versions crashing due to a mixin error
- Fix Enhanced Steam Deck driver sometimes failing to connect to CEF
- Reorganise
vInvertLookandisLCEoptions into the input component, instead of generic settings
This update includes localisation updates
Some new documentation is being written for Controlify. It includes information on the resource pack features.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| controlify-2.0.2+1.21.4-fabric-offline.jar | Unknown | 13.14 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:Naxc8isg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DOUdJVEm:Naxc8isg"
}



