Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 months ago
All versions
1.0.0-beta2
Beta
Create: Vault UI 1.0.0-beta22 months ago 2
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
[1.0.0-beta2] - 2026-04-26
Added
- Vault Fullness Indicator: A new vertical bar that tracks how full your vault is in real-time.
- Smart Color Gradient: The indicator bar now transitions smoothly from Green (empty) to Orange (50%) and finally to Red (full).
- Detailed Analytics Tooltip: Hovering over the fullness bar now reveals a comprehensive breakdown:
- Items Count: Raw item count vs. total theoretical capacity.
- Slot Occupancy: Used slots vs. total available slots.
- Dynamic Color Coding: Tooltip values now share the same color gradient as the bar, highlighting exactly which metric is reaching its limit.
- Mod Logo: Integrated a custom mod logo for the in-game mod list.
Fixed
- Visual Symmetry: Fixed corner leaks and refined the 2-pixel vanilla bezel for a perfect, professional look.
Changed
- Authentic Vanilla UI: Reverted light theme corners to be 100% sharp to match the standard Minecraft chest UI.
- Label Alignment: Lowered "Item Vault" and "Inventory" labels by 2 pixels for a more balanced layout.
- Consistent Backgrounds: Unified the inventory background color in light mode to remove unnecessary grey dividers.
Full Changelog: https://github.com/yigit-guven/Vault-UI/compare/1.0.0-beta1...1.0.0-beta2
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:ovnUUVGg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lFPtDIIK:ovnUUVGg"
}


