Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 months ago
All versions
1.0.0-beta7
Beta
Create: Vault UI 1.0.0-beta72 months ago 4
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
[1.0.0-beta7] - 2026-04-28
Added
- Search Bar: Added a functional search field to the left of the Sort button to instantly filter the vault's items.
- Search Sync: Added support for bidirectional synchronization between the vault's search bar and JEI/EMI (configurable via config).
Changed
- Improved Header Layout: Moved the search bar and sort button to the right to prevent overlapping with vault display names.
- Title Truncation: Vault names that are too long will now be automatically truncated with an ellipsis (...) to maintain a clean UI layout.
- Compact Sorting: Replaced text-based sort labels with square icons (#, A, M) and added informative tooltips.
Full Changelog: https://github.com/yigit-guven/Vault-UI/compare/1.0.0-beta6.1...1.0.0-beta7
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:lFPtDIIK:VSh1E5Yw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lFPtDIIK:VSh1E5Yw"
}



