All versions
2.2
Release
[1.8.9] Pack Display v2.28 months ago 1,381
Uploaded by
Compatibility
Minecraft: Java Edition
1.8.9
Platform
Forge
Supported environments
Client-side
Changes
Changelog V2.2
Major Changes
- Rebuilt Core System – Fully rewritten for cleaner structure and better performance.
- Smarter Pack Detection – Instantly updates HUD when switching packs
- Dynamic Thumbnail Loader – Loads pack image with fallback support
- HUD Auto-Resize – Adjusts width/height based on pack name & settings
- Configurable HUD Scaling – Scale from 0.5x to 3.0x with proper rendering
- Toggle Controls Added – HUD / Background / Thumbnail can be enabled or disabled
- Relative Position System – HUD stays anchored during resolution or GUI scale changes
- Screen-Aware Repositioning – Automatically adjusts HUD when window size changes
- Rebuilt Core System – Fully rewritten for cleaner structure and better performance.
- Smarter Pack Detection – Instantly updates HUD when switching packs.
- Dynamic Thumbnail Loader – Loads pack image with fallback support.
- HUD Auto-Resize – Adjusts width/height based on pack name & settings.
- Configurable HUD Scaling – Scale from 0.5x to 3.0x with proper rendering.
- Toggle Controls Added – HUD / Background / Thumbnail can be enabled or disabled.
- Relative Position System – HUD stays anchored during resolution or GUI scale changes.
- Screen-Aware Repositioning – Automatically adjusts HUD when window size changes.
Visual & UI Improvements
- Enhanced Name Cleaner – Removes color codes, extensions, clutter.
- Improved Text Layout – Sharper spacing, centered text, minimum height enforcement.
- Optimized Thumbnail Rendering – Better loading, safer texture handling.
- Cleaner Background Rendering – Scales smoothly with HUD size.
Interaction & Stability
- Improved Drag Handling – More accurate positioning with full boundary clamping.
- Safer Texture Management – Prevents leaks by destroying old textures.
- Reliable Config Saving – All settings save & load consistently.
- GUI Trigger Sync – HUD updates instantly after exiting the resource pack screen.
Bug Fixes
- Fixed HUD breaking on GUI scale changes.
- Fixed thumbnail not loading for some packs.
- Fixed weird characters in pack names.
- Fixed HUD drifting/disappearing off-screen.
- Fixed settings not saving correctly.
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:3UYFLvMx:UfjBtE3Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3UYFLvMx:UfjBtE3Z"
}

