Tags
Creators
Details
Licensed ARR
Published 3 months ago
Updated last week
All versions
0.1.17
Release
Sorted 0.1.17 (fabric)last week 44
Compatibility
Minecraft: Java Edition
26.2
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Changed
- YACL is a required dependency now, on every version. It was already required on the 1.21 builds and the config is built on it either way, so the half-optional listing on 26.x only meant a broken settings screen for anyone who took it at its word.
- The search grid fits about twice as many results on a screen. Cards are smaller, the row view's column header no longer reserves a band above a grid that has no columns to head, and names are off by default — the button beside the list/grid one puts them back, and a long one wraps onto a second line instead of being cut short. All versions.
- The search opens on the grid now. Rows say more per result, but finding something you can already picture takes one screen of icons and several of rows; the view you leave it on is still remembered.
- The list/grid button shows the view it switches to, not the one you are already in, and says which in a tooltip. All versions.
- The result count says "unique items", since it counts kinds of item, not the thousands of them the screen is listing. All versions.
Fixed
- Merged stacks fill up properly instead of leaving two half-full ones. A run like seven stacks of sticks now ends as full stacks plus one remainder at the end, rather than a partial stack stranded in the middle. All versions.
- The scrollbar can be grabbed again, on the search screen and the keep list. The press went through the bar to the row behind it; it now also stays under the cursor while you drag, and jumps to where you click the track. 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:zalBxmmd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vtsGVHan:zalBxmmd"
}



