Links
Tags
Creators
Details
Licensed ARR
Published last month
Updated 3 days ago
All versions
v1.2.0+mc-26.2
Release
v1.2.0+mc-26.23 days ago 28
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Update 1.2.0
Added
- Added Clear Previous Flash, clears older item flashes when a new attribute swapped occurs.
- Added separate per-rule controls for the Glyph and Hotbar Highlight.
- Added configurable colours for glyphs in the Custom preset.
- Added a glyph preview for seeing glyph colors in game.
Changed
- Flash duration is now configurable from 2–10 ticks.
- Flash duration now controls item flashes, attacked glyphs, and hotbar highlights together.
- Consecutive-chain item flashes and highlights now end together with the latest hit.
- The item preview now follows whichever rule is being edited, including regex selectors, trigger settings, colours, exclusions, and secondary settings.
Fixed
- Fixed item flashes only triggering when clicking on the exact same tick as switching. Clicks throughout the complete two-tick attribute swap window now work properly.
- Fixed long Flash Duration causing later attribute-swap to count as consecutive.
- Fixed ordinary item switching clearing existing flashes.
- Fixed swap detection when reselecting the current slot or switching between slots containing identical items.
- Fixed offhand interactions triggering main-hand swap effects.
- Fixed the config screen’s unsaved-change, reset, and validation states not refreshing immediately after some edits.
- Fixed regex-based rules not displaying their matched item in the preview.
- Fixed confirmation-modal titles and descriptions clipping outside panel bounds.
Optional dependencies
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:nx3AGjVg:XohB6Yc9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nx3AGjVg:XohB6Yc9"
}



