Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated last month
All versions
1.0.1
Release
Melinoe 1.0.15 months ago 368
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
This is mainly a patch for a bunch of the smaller bugs that we had since release.
Additions
- Added HUD Snapping vertically & horizontally (hold shift when grabbing a HUD)
- Added additional Hide Armor settings (per-piece config & hide for other players)
- Added a config option for the text outline in the Health Bar
- Added Hide Item Tooltips to Misc
Changes
- Adjusted some colors
- Changed Player Size to also change the nametag size
Bug Fixes
- Fixed the Boss Tracker HUD widget color not working properly
- Fixed Solarflare pity not incrementing
- Fixed Raphael's Dark Champions pity not incrementing
- Fixed Dungeon Timer not updating from Raphael's Chamber -> Tenebris
- Fixed Text Scale (HUD) in the HealthBar changing the entire bar instead of only the text
- Fixed Ability Cooldown sound being dependent on the title
- Fixed Waypoints occasionally showing up on other servers
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:fsZHbO2r:xcFKZQYD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fsZHbO2r:xcFKZQYD"
}


