Tags
Creators
Details
Licensed LGPL-3.0-only
Published 2 months ago
All versions
1.0.0-beta1
Beta
Create: Vault UI 1.0.0-beta12 months ago 24
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
[1.0.0-beta1] - 2026-04-26
Added
- Custom Vault UI: A dedicated, consolidated viewing interface for Create Item Vaults.
- Item Aggregation: Items of the same type are now merged into a single view slot, allowing you to see your total stock at a glance.
- Paging System: Support for large vaults with a "PAGE X/Y" navigation system and custom buttons.
- Vanilla Light Theme: A default light theme that perfectly matches the vanilla Minecraft chest UI (sharp corners and 2-pixel bezel).
- Dark Mode Option: A sleek, modern dark theme accessible via the configuration file.
- Dynamic Count Formatting: Item counts greater than 999 are formatted as
1k,1.2k,100k,1M, etc., to prevent text overlap. - Scaled Count Text: Item counts are rendered at 80% size for improved readability in high-density storage.
- Mod Logo: Integrated a custom logo for the in-game mod list.
- Configuration: Added
vault_ui-common.tomlfor theme toggling.
Changed
- Interaction Logic: Right-clicking a Vault will open the new UI, but right-clicking with another Vault in hand will still allow you to expand the structure (9x9 or continuous placement preserved).
- Consolidated Text: Removed redundant "STOCK TERMINAL" text for a cleaner look.
Technical
- Ported and optimized the viewing system from the Industrialist mod.
- Fixed NeoForge 1.21.1 compatibility for screen registration and networking.
- Updated dependencies to properly resolve Create 1.21.1 via CurseMaven.
- Licensed under LGPL v3.
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:VS9yiM5Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lFPtDIIK:VS9yiM5Z"
}


