Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 years ago
Updated 22 hours ago
All versions
2.0.0+1.21.4-fabric
Release
2.0.0 for fabric 1.21.42 years ago 673
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Changes
Controlify 2.0.0
This version has the following targets:
- 25w03a-fabric
- 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.
New features
- Add deadzone for analogue boat control
- Makes holding the boat directly straight a lot easier.
- Added Legacy Console Edition Mode - makes the look input and vmouse feel and behave like Legacy Console Edition, for people who prefer it. (by Permdog99)
- Add another server policy:
keyboardLikeMovement, to make servers enforce this, for anti-cheats. - Verify downloaded SDL natives with an additional checksum that is contained within the jar, improving security by preventing the download server from providing a different binary than the one when the jar was built.
- A new, more advanced, scoped logging system is being added throughout the mod to make debugging easier.
Changes
- A new algorithm is being used to compute the unique ID of each controller
- This comes with the unfortunate side effect of causing all controller-specific configs to be reset, as they're now treated as new controllers when upgrading from beta 21 or below.
- This algorithm should be more stable, correctly identifying the same physical controller through different setups, like bluetooth vs wired, or system configuration.
- Give exact battery percentage in low battery notification
- This notification now only appears if the controller is unplugged.
- Remove access wideners and access transformers - no longer needed
- Provide the framework for PojavLauncher support - PojavLauncher needs an update (that is in progress) to make use of Controlify.
- The amount of jar-in-jar dependencies has been reduced. Instead, Controlify shades and relocates them under its own package.
- Identify Xbox 360 controller via Wireless Adapter correctly as an Xbox controller (instead of generic) (fix #403)
Bug fixes
- Fix not being able to break blocks in surivival mode after an out-of-focus client grabs mouse (fix #436)
- This presents when you close any GUI whilst in-game
- Fix Steam Deck controls stopping after the game is suspended (sleeps, or out of focus for a while)
- Fix crash when opening recipe book screens in versions >=1.21.2
- Fix not being able to use the mouse to click on Settings and Use buttons on carousel entries
- Fix crash with Xander's Sodium Options
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| controlify-2.0.0+1.21.4-fabric-offline.jar | Unknown | 13.13 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:x1avN4kZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DOUdJVEm:x1avN4kZ"
}



