Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 4 years ago
Updated 2 weeks ago
All versions
3.1.0+mc26.2
Release
Controlify 3.1.0+mc26.22 months ago 4,317
Compatibility
Minecraft: Java Edition
26.2
Platforms
Fabric
NeoForge
Supported environments
Client-side
Client and server
Required content
Any compatible version
Any compatible version
Changes
Controlify 3.1.0
This version has the following targets:
- 26.1
- 26.2
By donating on my Patreon, you will gain access to builds of Controlify for splitscreen support and snapshot versions
Changes
- Controlify now ships multi-loader jars. The same jar will work for Fabric and NeoForge
- Use up-to-date SDL (3.4.12) using the new Java 25 FFM API.
- Include a version of SDL for Windows on ARM
- Keyboard-like movement is now enabled by default on servers; you can add servers to the analogue whitelist in the Global Settings.
- The server keyboard movement policy has been inverted to analogue movement, allowed by default
- Fix chat keyboard not inputting into the chat edit box
- Add option to invert the horizontal axis
Optional dependencies
Any compatible version
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:u8ZrA3qC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DOUdJVEm:u8ZrA3qC"
}

