Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
1.12.0+1.21.11-neoforge
Release
MidnightControls 1.12.0 - Neoforge 1.21.116 months ago 5,285
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Changes
MidnightControls v1.12.0
- Re-enable NeoForge support!
- Switch to stonecutter build system
- Eases the process of maintaining the mod for older versions ā backports incoming :)
- Migrate to official mappings (mojmap)
- This reduces compile times and makes the mod future-proof
- Analog movement is now handled in a better way
- When joining servers that are known to have anti-cheat systems, analog movement will now be disabled to avoid laggy movement and potential bans. Server IPs can be added in the config.
- Non-analog movement no longer negatively affects joystick movement in GUIs
- Fix controller inputs not resetting the idle timer
- Fix sneak movement being too slow
- Improved code quality and maintainability
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:bXX9h73M:ZqQubSbK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bXX9h73M:ZqQubSbK"
}
