Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated last month
All versions
1.3.0
Release
Melinoe 1.3.0last month 1,416
Uploaded by
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
MASSIVE? YIPPEE
Additions
- Added the Custom Bags Module
- Added the Map Module
- Added Realm Player counts & a Previous Location button to the Realm Selector screen
- Added the Trait Details module to see 3rd Trait info when holding Shift
- Added the Item Rarity Module to color items based on their rarity in your inventory
- Added stat details to Tab
- Added an option to account for the Emblem Buff in the Weapon Range Module
- Added a keybind to the Hide Armor Module to temporarily show unskinned variants of skins
- Added extra keybinds for Supporter
- Added the Item Sprite in Custom Drop messages
- Added Contribution Lootboost to Pity Drop messages
- Added 8 more troll emojis
Changes
- Removed the Item Share Module
- Removed all Dev Features
- Changed Prominence to not be set range
- Improved the Hide Armor Module so it always works for new 3D Models
- Improved server-side Websocket Disconnect Handling
- Optimized some random stuff
Bug Fixes
- Fixed World Bosses not incrementing pity
- Fixed the pity counters displaying incorrectly sometimes
- Fixed companion bags not incrementing Lifetime Stats
- Fixed Dwarven Frostkeep having a broken pity counter
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:QNBTjH2X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fsZHbO2r:QNBTjH2X"
}

