Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 weeks ago
All versions
1.19.3-1.1.3-forge
Release
Vivecraft 1.19.3-1.1.3-forge3 years ago 152
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
new:
- add feature for the ingame Keyboard to press keybinds (VR Settings > HUD&GUI > Keyboard > Keyboard Presses Bindings)
- add option for higher GUI resolution (VR Settings > HUD&GUI > 1440p GUI)
- add option to change the GUI scale in VR (VR Settings > HUD&GUI > VR GUI Scale)
- add option to use max GUI scale for the HUD (VR Settings > HUD&GUI > HUD Max Scale)
- add hotkey to toggle VR: 'right crtl + F7'
- make the Intel error massage more descriptive, and only apply on windows
fixes: 1.18.2:
- fix crash with pointer keyboard
1.18.2/1.19.2:
- fix mirror text missing completely
1.20.2:
- fix kick on forge when connecting to spigot servers and dying
- fix crash with forge 48.0.32+
all:
- fix roomscale walk up blocks
- fix mirror change text in the menuworld
- fix log spam/crash when minimizing the window
- fix spyglass and 1st person mirror screen block triggering too late
- fix crash when enabling VR while holding a spyglass
- fix missing translations in Steam VR with non english Steam
- fix issue where some mods disable the depth clear for the left eye
- fix issue with owo lib teleporting the player when it renders the player in a gui
- fix scrolling not working with some mods
- fix mouse selection overlays, that ungrab the mouse, like 'irons spells n spellbooks'
- fix overlap of commands and modmenu button, if modmenu is set to replace the 'report bugs' button
- fix mods using the window size to draw stuff, like the text from 'journeymap'
- fix resolution control again, this time for real
- fix controllable moving the use key to the mod section in steamvr
- fix crash when connecting to as server with a missing mod
- fix menu panorama removal with some mods
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:yy2xhuIS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wGoQDPN5:yy2xhuIS"
}

