Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 weeks ago
All versions
1.18.2-1.1.9-forge
Release
Vivecraft 1.18.2-1.1.9-forge2 years ago 1,302
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
new:
- add VR server death messages
- all server messages can now include the player name
- the radial menu is now configurable from 4-14 buttons
- add support for tetra items
- add support for iris 1.7 and dh shaders
- DH warning: using the spyglass/camera or any mirror other than fast will cause heavy slowdowns with DH, and may crash
fixes/enhancements:
- fix fps pie being broken in vr nad not navigatable
- fix chunk flickering with vanilla rendering
- fix crash with aquaculture
- fix supporters not loaded correctly
- fix vivecraft items being added toi all searchable tabs
- detect when players want to bypass server set worldscale limits
- random wonderfoods now are also limited by the server set worldscalew limit
- add error when using unsupported lwjgl
- fix crash with outdated steamvr and show a specific message when something like that happens again
- make invalid path error more descriptive
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:OELX8ifH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wGoQDPN5:OELX8ifH"
}

