Tags
Creators
Details
mc1.21-1.16.0
Compatibility
Changes
1.16
Features
Saved Meter Group Indicator
When you load a saved meter group, an indicator will appear next to the meter group name, indicating which slot the meter group was loaded from, and whether the meter group has been modified since it was loaded.
Auto-complete in text fields
Some text fields in RSMM GUIs now have auto-complete. Auto-complete suggestions typically appear in a menu below the text fields, which can be navigated with the arrow keys. Pressing tab or return will insert the selected suggestion into the text field.
Default Meter Properties screen
This GUI has been tweaked to make it less confusing to use.
Timeline sizing and scaling
Behavior of the "Column Width" and "Row Height" options has been overhauled, and a "Cell Scale" option was added. The sizing and scaling of the timeline is now better behaved, and less prone to graphical errors.
Localization
All text displayed in RSMM GUIs, as well as command feedback and RSMM-related system messages and action bar messages, is now localized. As of this update the only translations are for English (US), but translations for other languages are welcome.
Legacy Observers Compatibility
RSMM for Minecraft 1.10 and older is now compatible with the Legacy Observers mod.
Fixes
The following bugs were fixed:
- Using the scroll wheel to scroll through the timeline is possible even if the timeline is not paused.
- Repeat clicks in RSMM GUIs are ignored if the cursor stays still.
- Meter groups desync when multiple meter updates are received in one tick.
- Clipping issues in the Options and Default Meter Properties screens.
- Sliders are unresponsive and laggy (in Minecraft 1.12 and older).
- Meter groups desync when the timeline is paused or in focus mode.
- Meter name tags render behind blocks in some versions.
- Meter highlights do not render at all with Fabulous! graphics.
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:X6YTb3G1:hQ2fPuzY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:X6YTb3G1:hQ2fPuzY"
}

