1.0.0
Compatibility
Changes
Changelog - Version 1.0.0 (Release) Initial Release: Complete loot highlighting system for Fabric 1.21.4.
Dynamic Visuals: Added high-visibility glowing outlines for items dropped on the ground.
Smart Categorization:
Armor: Tactical Blue glow for all wearable pieces.
Combat & Mining: Red glow for swords, pickaxes, axes, shovels, and shears.
High-Tier Consumables: Yellow glow for Totems of Undying and Golden Apples.
Utility & Blocks: Green for Ender Pearls, White for Cobwebs, and a custom Bright Purple for Obsidian/Crying Obsidian.
Branding & Identity: Full project integration with a custom high-resolution icon and English localization.
Performance First: Built with optimized Mixins to ensure no impact on client-side FPS.
Compatibility: Designed and tested specifically for the Fabric Loader and 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:hW5IzPx6:FBTQq3UW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hW5IzPx6:FBTQq3UW"
}

