1.3.0+26.1.2
Compatibility
Required content
Changes
1.3.0
Added
Reminders that triggered while you were away now tell you. On your next login the mod lists which ones came due with the game closed, and each row has a button:
[NotifReminder] 2 reminders triggered while you were away:
#1 potions [repeat] [delete]
#3 Drink Water! [repeat] [delete]
[clear them all]
/nr repeat <id> starts a reminder again, one interval from now, keeping everything else about it including its place on the timer list. For /nr add +2d potions that means another two days.
only works on a reminder that has finished
/nr cleardone deletes every reminder that has finished.
The timer list now shows each reminder's id, so a row can be acted on without checking
/nr list first.
A finished reminder is no longer deleted on its own. It stays showing done until you repeat,
delete or clear it, whether it triggered while you were watching or while the game was closed.
Previously it was removed a moment after finishing, which could take it away when you were afk.
Changed
/nr remove <id> is now /nr delete <id>. remove still exists under /nr hud remove <id>,
where it takes a reminder off the timer list rather than deleting it.
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:43UPKrRh:73hp6hjI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:43UPKrRh:73hp6hjI"
}

