Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated last week
All versions
0.1.11
Release
Sorted 0.1.11 (fabric)last month 431
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Fixed
- Ender chests no longer turn up in container search. An ender chest holds the same items wherever you stand in front of it, but a nearby Quick Stack recorded it like any other chest — so every ender chest you used became its own entry and one stash got counted once per chest in a search total. They're still perfectly good transfer targets; they're just no longer indexed by position. All versions.
- Turning the container cache off no longer loses cached containers. The chunk sweep that drops entries for chests that have been broken kept running with the cache switched off, and what it dropped was written to the file when you logged out. Switching the cache off now leaves it exactly as it was. All versions.
Changed
- Joining a world with a large cache is faster. Checking a chunk's containers used to search the whole cache once per chunk, so the cost grew with both the size of your cache and the number of chunks loading — worst at the moment you join. Containers are now looked up by chunk directly. No visible change beyond the speed. All versions.
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:OpqzDzTf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vtsGVHan:OpqzDzTf"
}



