promotional bannermobile promotional banner

Gentle Reminders

Gentle Reminders is a mod that sends mindful messages to the player every so often based on a customizable config file.

File Details

Gentle Reminders 1.5.0-1.21.1

  • R
  • Nov 25, 2024
  • 7.03 MB
  • 18
  • 1.21.1
  • Fabric

File Name

gentlereminders-1.5.0-1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:gentlereminders-1124888:5936909"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Unfortunately have to split the 1.21.1 and 1.21.2/1.21.3 versions as they are now incompatible with each other
  • Added a new customization parameter, Display Style
  • Is set to "default" by default which will send messages as it always has via Minecraft's built-in Toast system
  • Can be changed to "chat" which will instead send the messages via chat
  • added to the /gentlereminders get and set commands to see and edit the Display Style in-game
  • updated the /gentlereminders help command with Display Style commands
  • made custom DisplayStyleArgument for those commands
  • updated the config file to version 4 to accommodate the Display Style and make it editable via the file as well
  • implemented a new HUD Handler which decides how to send a message based on the display style parameter
  • updated the Message Handler to make the methods have return values rather than directly handle the HUD
  • implemented a Tick Handler to determine when to send messages (based on the time between messages parameter) and when to stop showing messages
  • implemented a Toast Handler which isn't relevant this update, but will be the backbone to the next update when custom Toast styles are added!
    WARNING: Due to the config version updating, your local file will be overwritten if it does not include configVersion=4. Make sure to back up your file!