Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 weeks ago
All versions
1.19.4-1.3.4-forge
Release
Vivecraft 1.19.4-1.3.4-forge9 months ago 193
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
- add option to customize the keyboard layout ingame
- add option to have multiple keyboard layouts active at the same time
- add keyboard presets for German, French and Russian
- add ingame editor to customize the keyboard theme
- add keyboard theme support for the pointer keyboard
- fix MCA female breasts on fabric
- fix ALLOW_ATTACKS_WHILE_BLOCKING server setting not working, will only work with new clients, since that was a client and server bug
- fix broken VR screen with cosmic horizons
- fix crash when changing keyboard style while the keyboard is open
- fix crash when clearing the settings search string and clicking a button
1.21.9+:
- fix copy/cut/paste keys on the VR keyboard not working
- fix crash with neoforge 21.10.24+, and bump min version to that
1.21.6+:
- fix broken menu panorama with the dirtbox menu
- fix optifine shaders
1.21.1:
- fix crash with MCA
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:wGoQDPN5:Geu5mCTN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wGoQDPN5:Geu5mCTN"
}

