1.0.0
Compatibility
Required content
Changes
✨ Features Item Rarity Glows
Subtle colored borders/glows for rarity tiers (common → legendary).
Configurable via enchantments, JSON configs, or datapack metadata.
Adjustable glow intensity to reduce clutter.
Stack Progress Rings
Thin circular rings show stack fullness at a glance.
Example: 32/64 cobblestone = half-filled ring.
Optional pulsing animation when stacks are full.
Animated Enchanted Icons
Replaces default shimmer with sparkles or gradient overlays.
Configurable animation speed and style.
⚙️ Functionality Client-Side Only: No server communication required.
Customization Menu: Toggle features, choose ring styles, adjust animation intensity, and define rarity tiers.
Performance: Lightweight rendering hooks, auto-scaling in large inventories, and options for low-end systems.
🌟 Enhancements Tooltip rarity highlights.
Accessibility mode with shapes/patterns for colorblind players.
Theme support (skins: minimalist, fantasy, neon).
🚀 Use Case Open your inventory mid-game:
Enchanted sword sparkles with animated effects.
Cobblestone stack shows a nearly full ring.
Rare items stand out with golden borders, easy to spot in clutter.
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:uLScBJQ6:9phF6iZf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uLScBJQ6:9phF6iZf"
}

