Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 2 weeks ago
All versions
1.2.1
Release
Melinoe 1.2.12 months ago 857
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Changes
1.2.1 Release bug fix bug fix bug fix bug fix !!!!!
Additions
- Added the Boss Bar Scaling Module
- Added Right Click to copy paste in the Chat Module
- Added Cog Stabilizers waypoints in the Radiant Isles
- Added Shinies to the Lifetime Stats Module
- Added an underline as an indicator for the currently selected tab in the Chat Module
- Added support for Ability & Weapon Range Modules to show trait additions/subtractions to the range
Changes
- Removed some deprecated files & processes in the mod which will improve your startup times by maybe 0.01s
- Updated the Realm Selector to properly update live (if a new realm is added, restarting your game will automatically add it to your menu)
Bug Fixes
- Fixed emojis not properly showing up in chat
- Fixed Prominence not having range
- Fixed Seraph's Essence not having the unique range indicator
- Fixed Apostle & Hierophant Pity counters not showing up in Neo Eden
- Fixed callouts for Neo Eden, Hierophant & Apostle, Cherubim, and Cog Sentinel not working
- Fixed nametags being visible in first person when scaled down
- Fixed nametags of others being affected if Personal Only is scaled down
- Fixed Ability & Weapon Cooldown Modules falsely triggering if you switch to another Ability/Weapon
- Fixed Lifetime Stats Module not incrementing correctly
- Fixed the Click-To-Teleport for callouts in chat not working
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:wlSoqtXF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fsZHbO2r:wlSoqtXF"
}


