Releases: hammy275/mc-vr-api
Releases · hammy275/mc-vr-api
Version 3.0.11
Version 3.0.10
- Ported to Minecraft versions 1.20.6 and 1.21.1.
- Rewrote MC VR API to no longer require Architectury API.
Version 3.0.9
Bug Fixes
- Simplify the initial handshake to hopefully fix "Server does not have API mod" errors.
- Fixed a bug where controller rumbles would always happen on the host when playing in a LAN world.
- Fix controller rumble crashing the game while faking VR in a development environment.
Version 3.0.8
- Fixed a bug where one couldn't start a server while developing a mod using MC VR API (or while developing MC VR API itself).
Version 3.0.7
- Minecraft 1.20.4 support.
- NeoForge support.
- Hopefully fixed an issue where calling
getVRPlayer()
would cause a crash during a VR hotswitch.
Version 3.0.6
- Fixed a bug where for some Minecraft versions, playing on a multiplayer server with another player would cause a crash.
- Backported hotswitch support to 1.18.2-1.19.3 for its release.
Version 3.0.5
Change playerInVR state when entering/leaving VR for hotswitch.
Also the initial 1.20(.1) build.
Version 3.0.4
Added support for the hotswitch version of Vivecraft!
Only available for 1.19.4, as the 1.20.1 version has not begun development and older versions don't have hotswitch support at this time.
Version 3.0.3
- Fixed a crash from the
triggerHapticPulse
function used to cause controller vibrations.
Version 3.0.2
- Can now enable/disable being in VR on-the-fly in dev mode.
- Added a particle that shows the direction of the controllers/HMD while in dev mode.
- Initial 1.19.4 release
This version will be unmarked as a pre-release/set to a release after it's gone through more testing.