Tags
Creators
Details
Licensed MIT
Published 4 years ago
All versions
1.11.0-fabric
Release
MidnightControls 1.11.0 - Fabric 1.21.5last year 30.4K
Compatibility
Minecraft: Java Edition
1.21.5
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
MidnightControls v1.11.0 for 1.21.5
- Fix: crash on NeoForge 1.21.5
- Clean: remove GlStateManager calls
- Feat: edit signs using the virtual keyboard!
- Feat: add reset button icon
- Feat: easy switching between virtual keyboard layouts
- Feat: data-driven virtual keyboard layouts
- Feat: load virtual keyboard layouts from JSON
- Fix: multiple touch-related bug fixes
- Fix: get touchscreen controls working again
- Fix virtual keyboard config
- Add obisidianUI text field interop
- Fix handler naming
- Fix tooltip entry in en_us locale
- Add virtual keyboard config option
- Implement NeoForge support
- Add missing row width calculation
- Increase displayed lines for newline support
- Replace KeyInfo with String
- Make special key constant private
- Finalize virtual keyboard screen
- Move cursor to end of text in book
- Implement basic virtual keyboard support
- Remove char
- Added czech language
- Chore: bump version
- Feat: improve advanced config screen
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:XInFdguf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bXX9h73M:XInFdguf"
}
