Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 2 months ago
All versions
0.5.0-beta.1+mc26.1
Beta
MultiView 0.5.0-beta.1 — MC 26.1.x2 months ago 1,151
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
0.5.0-beta.1
Added
- Silent background auto-update. MultiView now keeps itself — and other Zeffut Modrinth mods present in your
mods/folder — up to date automatically. On startup it hashes the local jars, asks Modrinth for the latest build matching your Minecraft version and loader, downloads verified updates, and swaps them in at game shutdown (a detached helper finishes the swap if a jar is still locked, e.g. on Windows). It runs entirely in the background. Opt-out withauto_update: falseinconfig/multiview-telemetry.jsonor-Dautoupdate.enabled=false; scope it with theupdate_owner,update_all, andupdate_excludesettings.
Changed
- Multi-row selection replaces the per-replay checkboxes: left-click replay rows to build the merge set (selected rows are highlighted), double-click still opens a replay, and a single selection keeps Flashback's Open/Edit/Delete buttons working.
- Removed the first-run telemetry chat message. Telemetry stays anonymous and opt-out via
/mv telemetry off(and-Dmultiview.telemetry=false).
Fixed
- The Merge button no longer overlaps Flashback's search/sort row and resizes responsively with the window.
- The Merge button is correctly greyed out when the selected replays are not from the same recording moment (derived from the immutable replay file name, not the file last-modified time) and for empty (0-tick) replays.
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:ja9dG9KW:7fgyay1O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ja9dG9KW:7fgyay1O"
}

