A simple Implementation of Rich Presence for Minecraft Forge.
This mod was originally created by MCOfficer, and I have just made a couple of adjustments for my specific use case (and merged a fork that included a very helpful change by AgentEpsilon)
To work with this code, you must download an appropriate Forge MDK (1.12) and setup a workspace, then clone this repo into the workspace.
To build a usable jar, use gradle shadowJar (with ./gradlew or gradle.bat respectively).
This Mod uses the Java-DiscordRPC lib by @MinnDevelopment.