Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 weeks ago
All versions
1.19.4-1.1.12-forge
Release
Vivecraft 1.19.4-1.1.12-forge2 years ago 142
Compatibility
Minecraft: Java Edition
1.19.4
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
all versions:
- add Japanese, Korean and Chinese Traditional (Taiwan; Mandarin) translations
- add flick stick rotation binding
- add possibility to hit breakable/instantly breaking blocks with sword (like bamboo and cobwebs)[VR Settings > Interaction Settings > Sword Block Collision]
- rearange VR Stereo rendering menu, and add option to show the Screenshot Camera view as the desktop mirror
- fix 3rd person player hands with sodium 0.6
- fix iris shaders with distant horizons 2.2
- fix rendering issues with some mods that causes backfaces to render in the left eye
- fix Alex's Caves dreadbow aiming in the wrong direction (needs Vivecraft on the server to be fixed in multiplayer)
- fix some mods causing parts of the view being cropped in the the lower left corner, stuff that caused that to happen in the past will not render correctly
- fix issue where custom dev builds wouldn't see updates as new versions
1.20.5/6, 1.21.X:
- fix issue with menuworlds not loading with ferrite core
1.19.2, 1.18.2:
- fix modmenu button overlap on
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:l9ZB7Kpb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wGoQDPN5:l9ZB7Kpb"
}

