All versions
1.0.0.1-1.21.4-Beta-2
Beta
ViveMonkeCraft 1.0.0.1-1.21.4-Release-Beta-23 weeks ago 12
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Changes
Bug Fixes
- Infinite speed with elytra Flight fixed
- leggings and boot armor pieces are hidden now when gorilla locomotion is on
- you dont suffocate in blocks anymore
Additions
- Auto disable to Vivecraft teleport While Gorilla locomotion is on
- Camera height dosen't go down while riding a entity
- wall sliding so you can survive freefall if you catch a wall
- block damage where you are punching
- Magma Damage from magma block sides
- debug option for the mod create a log optional
- if the mod dosen't detect VR it disables gorilla locomotion automatically
- More Experimental options to ice physics
- that should be all of it
Optional dependencies
Any compatible version
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| ViveMonkeCraft-1.0.0.1-1.21.4-Release-Beta-2-sources.jar | Source jar | 146.89 KiB |
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:fVO1FQiG:mQHcOsRd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fVO1FQiG:mQHcOsRd"
}

