699 B
699 B
Sanctuary RPC
Client-only Fabric mod for Minecraft 26.1.2. It publishes a Discord Rich Presence saying the player is playing Sanctuary.
Setup
- Build the mod with Java 25:
JAVA_HOME=$PWD/.jdk/current ./gradlew build
- Copy
build/libs/sanctuary_rpc-1.0.0.jarinto the Fabric mods folder. - Launch Minecraft once. The mod creates
config/sanctuary-rpc.properties. - Replace
clientId=put-your-discord-application-id-herewith the application ID from the Discord Developer Portal. - Optional: add a Rich Presence art asset named
sanctuaryin that Discord application, or changelargeImagein the config.
Discord must be open on the same computer for IPC to connect.