Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 2 weeks ago
All versions
1.1.1
Release
Melinoe 1.1.14 months ago 524
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.10
Platform
Fabric
Supported environments
Client-side
Required content
Changes
big performance, big fix. melinoe is now hyper efficient!
Additions
- Added the Weapon Cooldown Module
- Added a Callouts tab in the Chat Module to easily see all callouts
- Added the option to click a callout to teleport to the player, as well as the option to cross-realm teleport from callouts
- Added a realm-wide cooldown for boss/portal/dungeon callouts which is bypassed if in Guild/Group chat (so no cooldown)
- Added a safety check when in dungeons to prevent accidentally opening the mod config or realm selector menu
- Added
:fire:,:nombread:,:BAHAHA:,:speed:,:shy:,:sus:,:steamfacepalm:, and:soggycat:as emojis
Changes
- Completely overhauled the Health Bar module to have better config settings & more customizability
- Performance Optimizations on the:
- Chat Module
- Pity Counter Module
- Session Manager Module
- Boss Tracker Module
- Boss Waypoints
- Ability Cooldown Module
- Health Bar Module
Bug Fixes
- Fixed mod-side drop messages not showing up in the Drops tab of the Chat Module
- Fixed a bug where there was a chance you would be stuck in an invisible tab in the Chat Module
- Fixed a bug where nametags wouldn't scale with other players
- Fixed a bug where some utility messages wouldn't be hidden properly
- Fixed two emojis not working (
face_with_open_eyes_and_hand_over_mouth->gasp, andhand_with_index_finger_and_thumb_crossed->finger_heart - Added spaces between the Melinoe text when hovering over mod-side emojis
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:RCP7S7R8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fsZHbO2r:RCP7S7R8"
}


