-
Notifications
You must be signed in to change notification settings - Fork 3
Home
MCVR is a mod for Minecraft Java, designed to work with both Forge and Fabric, that brings the full Minecraft experience into Virtual Reality (VR).
Current popular VR mods often come with legacy codebases that, while functional, may be messy making it difficult to modify for other projects needs and lacking modern approaches to features seen in today’s VR games.
That is understandable due to the nature of prolonged development cycles and evolving VR technology.
MCVR addresses these challenges by providing a fresh, streamlined approach to VR gameplay and modding in Minecraft.
The project aims to provide Minecraft VR developers with a core mod that is both easily modifiable and extendable with addons, while also enhancing the overall experience for VR players.
To achieve this, the project is guided by the following principles:
-
Lightweight: No unnecessary elements that increase complexity for either players or developers
-
Vanilla-Based: Avoids non-vanilla features to serve as a solid foundation for other projects.
-
Readable Code: Prioritizes easily understandable code and a clean architecture.
-
Addon-Friendly: Designed to be highly modifiable by addons (e.g., GUI, movement, networking, etc.).