File Details
[NEOFORGE][1.20.6] SimpleDiscordRichPresence 86.0.1
- R
- May 15, 2024
- 1.15 MB
- 410
- 1.20.6
- NeoForge
File Name
SimpleDiscordRichPresence-neoforge-86.0.1-build.47+mc1.20.6.jar
Supported Versions
- 1.20.6
Curse Maven Snippet
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"
}
]
}

