All versions
0.0.2
Release
Monumentum 0.0.23 months ago 14
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Unavailable version
Unavailable version
Changes
Added (New)
- Dungeon tracking feature
- Dungeon tracking shows additional information about dungeon you're currently in. e.g. current zenith room & within reward finding status. For now only for Magenta and Celestial Zenith are available (TODO more!)
- Icon overlay for shulkers, depending on their name (e.g. charm icon for shulkers containing "charm" in their name)
- SKR Riddles solver
- All configurable text, now can be outlined, by lowering their alpha to 0
- Multi-load desync fix
- Multi-load tries to constantly replace uncharged crossbows with charged ones. For players with high ping, this replacement does not always synchronize correctly with the client. When that happens, the client may incorrectly start reloading the crossbow instead of recognizing that it was already replaced with a charged one. This appears to happen, as I noticed, because the client does not properly receive or apply the crossbow state update once the reload animation has already started (A common example is Covenmourn Rend, where this desynchronization can occur nearly every second shot). This fix attempts to correct this behaviour by forcing your crossbow into the "charged" state if current ammo is more than 0
- New Dungeons button in the inventory
- Added rarity highlight to depths classes abilities
Fixes & Improvements
- Various potential crash fixes
- Fixed ender chest search not working
- Fixed PoI stopwatch feature, not being able sometimes pick up PoI names and optimized capture logic
- Improved and overhauled right-clickable buttons (charms button only for now)
- Improved and overhauled config
- Improved and overhauled MatrixCapture, as well as world-to-screen features
- Improved and overhauled feature position config
- Increased Y position value of to the "Charms" button, by 1
- Improved a good chunk of the assets
- Removed Discord RPC feature & its leftovers due to library that was used, crashing and being unstable
- Removed unused assets
- Moved non-solid features to own category "miscellaneous"
Optional dependencies
Any compatible version
Any compatible version
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:cwwu7amM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hqGm3JHv:cwwu7amM"
}

