21.2
Compatibility
Changes
๐ฆ Blueprint HUD โ v21.12
A stability and quality-of-life update focused on chest interaction and visual clarity.
โจ New
Chest Highlighting
Nearby chests containing required blueprint items can now be highlighted in-world
Uses a clean green outline for easy visibility
Fully client-side
Advanced Settings Toggle
Chest highlighting can be enabled or disabled from the Advanced tab in settings
Quick Toggle Keybind
Added a keybind to quickly toggle chest highlighting for testing and convenience
๐จ Improvements
Improved outline rendering for better visibility
Supports both single and double chests
Highlighting only appears for chests that actually contain tracked items
Optimized scanning to reduce unnecessary checks
๐ Fixes
Fixed chest highlighting not appearing even when enabled
Fixed toggle not properly applying in some cases
Fixed rendering issues related to newer Fabric / Minecraft versions
Improved overall stability of client-side rendering
Fixed minor UI inconsistencies
Fixed edge cases where blueprint data could desync
Stability improvements across multiple features
โจ Improvements
General performance optimizations
Cleaner handling of blueprint item tracking
Improved UI behavior in settings screens
โ๏ธ Compatibility
Built for Minecraft 1.21.10 (Fabric)
Client-side only โ safe to use on any server
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:zKeOYZjQ:e9w9s6g8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:zKeOYZjQ:e9w9s6g8"
}

