Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 weeks ago
All versions
1.19.3-1.1.7-forge
Release
Vivecraft 1.19.3-1.1.7-forge2 years ago 1,239
Compatibility
Minecraft: Java Edition
1.19.3
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
fixes:
- fix neoforge support on 1.20.4
- fix outline setting not doing anything
- fix vivecraft players not being reset when exiting a server
- fix simulated keys being pressed at the wrong time, fixes some mod keys
- fix vsync being still on in vr in some situations
- fix vivecraft tooltips not showing when using the keyboard to navigate
- fix some screens not updating when changing settings
- fix server settings overrides not working
- fix startup crash when trying to use open composite, instead of steamvr
- fix whyntils keybinds not showing up, when starting with VR
- fix quickcommands textbox being limited to 32 characters
- fix compatibility with embeddium
- fix compatibility with sodium 0.5.3+ on 1.20.1
- add compatibility for future sodium 0.6
new:
- add support for items that modify entity reach on forge
- add basic compatibility for attacking in battle mode with 'epic fight'
- add info screen about not using the ZGC garbage collector
- add custom model for climb claws, and make jump boots green
- add fallback strings for climb claws and jump boots for non vivecraft users (only works with newly created items) (1.19.4+ only)
- add key to open the keyboard for the radial menu
- add server override to force raw item positions
- add indicator when a setting is overridden/limited by the server
- add keybinds for the quick commands
- add setting to not automatically close the keyboard
- add setting to adjust crop amount of mirror
- add setting to not remember VR state
- add setting to keep roomscale jump active with jump boots on
- add setting to disable roomscale entity dismounting
- hides own supporter butt particles in first person (can be reenabled in the settings file)
requirement changes:
- minimum neoforge version for 1.20.2 is now 20.2.88
- minimum neoforge version for 1.20.4 is now 20.4.70-beta
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:9Fx0n3wx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wGoQDPN5:9Fx0n3wx"
}

