All versions
1.0.0
Release
Monumentum 1.0.02 days ago 14
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Changes
New
- Added Crimson Contract Switch Reminder.
- Added Lifeline Hearts: Draws, on top of the vanilla hearts, lifeline icons within a threshold of that lifeline.
- Added display for looted chests and broken spawners for the PoI Stopwatch feature.
- Class Helpers:
- Added an Alchemist Rocket Jump toggle indicator.
- Player Vitals:
- Added a Player Glowing: Forces a glowing effect on players. The glow color scales dynamically based on their current health.
- Custom Tablist:
- Added a Next Day Countdown.
- Added Boss Timers: Was put into the Vanilla-style tablist footer, replicating the original look but with significantly prettier "looks".
- Fixes:
- Added a MC-270728 fix: Fixes MC-270728 aka. "Cannot remove from team" bug where Minecraft throws an unnecessary
IllegalStateExceptionon a render thread.
- Added a MC-270728 fix: Fixes MC-270728 aka. "Cannot remove from team" bug where Minecraft throws an unnecessary
- Optimization:
- Added an Entity Equipment Render Suppressor: Hides most equipment. This can be configured to include/exclude helmets and can be restricted to only apply to mobs.
Changes
- Changed required Fabric Loader requirement from
1.18.6to1.18.4. - Changed the config library to Cloth Configβ. Your previous configuration settings have been reset.
- Custom Tablist: Overhauled the design and performance. Every section is now individually toggleable. The layout has also been split into two styles:
- Vanilla-like: Recommended for general use.
- Fancy: Currently unstable; intended only for very specific edge cases.
- Player Vitals: The text color now syncs with the new Player Glowing setting.
- Abilities Circle: Removed hardcoded per-class rulesets. Ability displays are now entirely driven by user input in the config.
- Example:
"Alchemist Potion""&6β"displays the Alchemist Potion ability with a goldβicon. - Example:
"Sage's Insight""&9π"displays the Sage's Insight ability with a blueπicon.
- Example:
- Effects Relay: Moved from paragraph-string configuration to list-based sorting. It now uses fixed priority effects for concat filters.
Removed
- Removed majority of chat features. (shard/class display, channel re-format etc.)
- Removed ToV Routing feature.
- Removed Bossbar Percentage feature.
- Removed Mobs Vitals feature.
- Removed toggles for services.
- Removed variables options for services.
- Removed internal services and parsers for abilities in case UMM was missing.
- Removed Monumentum storage.
Fixes & Optimizations
- Item Overlays: Heavily optimized rendering logic.
- Note: Varies from person to person. Perfomance inside an Ender Chest containing ~15 filled Shulker Boxes is roughly ~70% better. General overlay performance has improved by at least ~15%.
- Optimized rendering behavior for Compass Waypoint.
- Optimized rendering behavior for PoI Stopwatch.
- Optimized Broken Spawners service.
- Fixed an issue where the "Player Middle Clicking" action could not be disabled.
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:hqGm3JHv:VQxe76sP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hqGm3JHv:VQxe76sP"
}




