Tags
Creators
Details
1.18.2-0.0.12-forge
Compatibility
Changes
fix potion drinking
fix vivecraft item crafting
fix mod bindings not working on controllers
fix offset slim hands
fix rendering of tinkers construct items, needs vivecraft on the server
fix xp orbs messing with particle rendering
fix HUD transparency rendering of mods
fix hotbar change not simulating mouse scroll
fix EAT/DRINK ME easter egg occurrence, and option toggle
fix fabric mod menu button not appearing in the pause menu (use icon or replace/below realms)
fix item pickups to go to the main hand
fix stuff with not 1x worldscale
fix tooltips for vivecraft options
add support for iris 1.3.1, 1.4.0 and 1.5.0(also works with oculus 1.2.5a/1.2.8)
menus are by default rendered not with shaders, this can be changed with the setting (VR Settings > HUD > Shaders GUI)
add VRMODE toggle on the titlescreen (needs a game restart)
add pehkui support
add missing 'raw item positions' toggle add support for scythes (needs vivecraft on the server) add keyboard support for the REI search field add toggle for low health indicator (VR Settings > health indicator)
add 2D GUI mirror mode
update translations to the latest vivecraft ones.
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:zQikY8nx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wGoQDPN5:zQikY8nx"
}

