Tags
Creators
Details
Licensed GPL-3.0-only
Published 4 years ago
Updated 2 years ago
All versions
1.10
Release
1.102 years ago 13.9K
Compatibility
Minecraft: Java Edition
1.20.4
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
Unofficial Monumenta Mod (UMM) 1.10 (Changelog 1.9.9 -> 1.10)
Final 1.19.4 & 1.20.1 version
Major changes
- ServerInfoPacket & LocationUpdatedPacket
- former is used by the server to send server related informations on login (players should not see a difference as of now).
- latter, serves as yet another way to know where the client IS (shard & content).
Minor changes
- Allow the use of decimals in the calculator
- Added /texspoof, allowing the direct usage of the texture spoofer from within the game.
- Updated Ruin's chest count to 118.
- Updated SKT's chest count to 99
- Added/Replaced ability related icons (mostly depths/zenith).
- Improved base effect accumulator and added a multiplicative accumulator (likely botched, WANT feedback) for certain effects (controlled through the overrides/effects.json file).
- Added an option to prioritize local max chestcount instead of the one received through packets.
- Debug messages can now be shown directly on screen when the option is enabled.
- Refactored shard loading (again).
- Changed chestcount overlay regex to reflect changes
- Added a help subcommand under /umm that gives a very janky list of what arguments can be expected.
- Changed /umm info clip format, now with md codeblock formatting WOWZERS
- Changed a few informatory strings
- The check used to know if the player is on monumenta now fallbacks on checking the Server Branding (Monumenta (Velocity)) instead of the server IP
Fixes
- Fixed issues with building the effect strings used in the effect overlay.
- Fixed an issue with the chest counter overlay regex.
- Fixed effect overlay keeping packet-only status on rejoin
- Fixed certain skills using the wrong icons
- Fixed a bug where OpenGL would spam logs if the lock/unlock slot keybind was unset
- Fixed /umm info clip not actually working
Notice
- the "Loaded correctly" part of /ummShard debug get, is currently broken and should not be expected to be giving accurate information.
- Added a sort of API to Locations, other mods should now be able to register locations using Locations#registerLocation and get locations through Locations#getLocationByName or Locations#getLocation
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:5GO3q639:mbs17xsz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5GO3q639:mbs17xsz"
}

