Tags
Creators
Details
0.6.0-alpha.1+mc1.21.1-neoforge
Compatibility
Changes
Minecraft versions support
1.20.1 - 1.21.1 (Fabric/Forge/NeoForge) are now officially supported!
Initial plan for porting was wrong. With stonecutter tool, that significantly simplifies development of multi-version mods, things got much simpler. Visor will soon support many versions.
Mods compatibility
- Sable & Create & Aeronautics added support
Improvements
- Added option to turn on/off boat rowing
- Light handling improved for VR hands and overlays
API
Added new Visor Component - VRInputRedirect , redirects movement input from joystick.
Useful for mods compatibility, where HUD is used for mod's interactions. E.g. Create Aeronautics levers,, physics staff, physics assembler
Fixes
- Fix: Forge/Neoforge chat and selectedItemName HUD elements visible, when shouldn't
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| visor-0.6.0-alpha.1+mc1.21.1-neoforge-api.jar | Unknown | 1.62 MiB |
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:p5sM2GSi:mlzND2k3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p5sM2GSi:mlzND2k3"
}

