All versions
1.0.1
Release
Astral Storage 1.0.15 months ago 392
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Changes
Astral Storage - v1.0.1 (UI Polish & Bug Fixes)
This is a minor polish update focused on improving readability for massive item quantities and fixing a visual rendering glitch.
π₯οΈ User Interface Improvements
- Dynamic Number Formatting: Massive item stacks now automatically format into clean, readable abbreviations (e.g.,
1,500displays as1.5k, and2,000,000displays as2M). - Smart Text Scaling: Stack numbers of 100 or higher now dynamically shrink to 75% of their original size and perfectly tuck into the bottom corner of the slot, completely eliminating overlapping text in crowded inventories.
π Bug Fixes
- Fixed X-Ray Rendering Glitch: Updated the block's rendering properties so that placing the custom 3D Astral Chest next to solid walls or floors no longer creates see-through holes in the world geometry.
π Technical Specifications
- Environment: Universal (Must be installed on both Client and Server for multiplayer)
- Modloader: Fabric
- Target Version: Minecraft 1.20.1
- Required Dependency: Fabric API
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:n9eDkvFR:eUlipYu6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n9eDkvFR:eUlipYu6"
}

