Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 2 weeks ago
All versions
1.20.1-1.2.4-forge
Release
Vivecraft 1.20.1-1.2.4-forge2 years ago 24.3K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
all:
- fix first person model flickering when the player model is shown in the gui
- add hooks for iris/optifine shaders to detect if VIVECRAFT is loaded and get renderpass and hand information
- fix sweep particles spawned by fake players spawning infront of the original players
- moved weapon collision interaction settings into sub menu
- add sword only colisions setting
- add option to disable shorter player hit range
- fix menuworld not reloading when changing resourcepacks causing texture corruption
- fix crash with fbt tracker calibration, when only some trackers are labeled
- fix issue with some mods that force 3rd person cameras, causing movement directions to be wrong
1.21.3+:
- fix GUI after shader setting still rendering the gui with shaders
- fix menu crosshair rendering behind items
1.21.1 and lower:
- fix crash when mods try to run post shaders in the gui
- fix menuworlds disabling with alex caves
1.20.6 and lower:
- fix shaders disabling when building menuworlds, fixes some crashes with create
- fix first person fire with some resourcepacks
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:nZYPTAwA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wGoQDPN5:nZYPTAwA"
}

