Tags
Creators
Details
Licensed ARR
Published 8 months ago
Updated 20 hours ago
All versions
1.5
Release
Smooth Hover 1.520 hours ago 5
Compatibility
Minecraft: Java Edition
26.3
Platform
NeoForge
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
🚀 What's New
- Settings Sliders (
AbstractSliderButton):- Added smooth hover and drag transitions for slider handles across all settings screens (FOV, Volume, Brightness, etc.).
- Dynamic Handle Brightness: Sliders now dynamically adjust handle brightness based on their position — dimmer and matte at 0%, glowing and shiny white at 100%.
- Added a
Dynamic slider brightnesstoggle in the mod config (enabled by default).
- Input Fields (
EditBox):- Smooth border highlight animations on hover and focus — text fields smoothly glow white when hovered or clicked and gently fade out when focus is lost.
- Resource Pack & Datapack Menus:
- Smooth fade-in/fade-out hover overlays on pack icons.
- Smooth transition animations for action buttons (Select, Unselect, Move Up, Move Down).
- Smooth sliding selection box with dynamic movement dimming for pack entries.
🔧 Improvements & Fixes
- All animations use real-time delta tick transitions (fluid, FPS-independent, and active even while the game is paused).
- Resolved Mixin transformation conflicts on NeoForge 26.3.
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:yQPKBg26:657kB8Te"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yQPKBg26:657kB8Te"
}

