promotional bannermobile promotional banner

Simple Discord Rich Presence (Forge / Fabric)

Simple Discord Rich Presence
Back to Files

[FABRIC][1.21] SimpleDiscordRichPresence 87.0.0

File nameSimpleDiscordRichPresence-fabric-87.0.0-build.48+mc1.21.jar
Uploader
nanitedevnanitedev
Uploaded
Jun 19, 2024
Downloads
26.6K
Size
1.1 MB
Mod Loaders
Fabric
File ID
5444038
Type
R
Release
Supported game versions
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:simple-discord-rich-presence-334853:5444038"

Learn more about Curse Maven

What's new

87.0.0

Update to 1.21

86.0.1

Changed

Buttons can be added by adding the following to the mods config file. You can have up to 2 buttons. Each button can have a label up to 32 characters long.

If you do not want to have buttons, you can leave the buttons array empty.

{
  "buttons": [
    {
      "label": "Google",
      "url": "https://www.google.com"
    },
    {
      "label": "Yahoo",
      "url": "https://www.yahoo.com"
    }
  ]
}

This mod has no additional files