Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated last week
All versions
0.1.7
Release
Sorted 0.1.72 months ago 59
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Added
- Support for Minecraft 1.21 – 1.21.3 — a new jar covering the earlier 1.21 releases, alongside the existing 1.21.10–1.21.11 and 26.x builds. Sorting, quick actions, the container cache and search, glance labels, the shulker lid preview and Peek coexistence all work there.
- Outline on glance label text (on by default, under Container labels) — a dark stroke around the container name so white text stays readable on a light container, like a white shulker box or a birch barrel. Turn it off for the plain look.
Fixed
- Container highlights (ESP) draw again on 1.21.2 and 1.21.3 — the see-through boxes were previously unavailable on those versions.
Changed
- Downloads are now named for the Minecraft versions they support (
mc1.21-1.21.3,mc1.21.10-1.21.11,mc26.x) rather than the single version they were built against, so it is clearer which file to grab.
Optional dependencies
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:vtsGVHan:MqWvvWm1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vtsGVHan:MqWvvWm1"
}



