Links
Tags
Creators
Details
2.0.0-1.21-beta1
Compatibility
Required content
Changes
It's been a bit since a massive update, but I'm here with a giant update! Let's get into the changes! Please note that this beta only contains the new updated/replaced RPC system. In terms of "features", this beta doesn't have anything other than non-advanced mode being able to display username and player head if that's what you want! There's a lot more features/changes I want to make for this version, but I felt like getting this out as soon as I could would be the better move in order to test for compatibility issues!
- Completely updated/replaced old Discord RPC system with a new one. The goal was to hopefully allow for better performance and support for more platforms (Maybe now it'll work on mac!)
- I've only tested this on 1.21.4, but it may work on other 1.21 versions, I just haven't tested this yet.
Full Changelog: https://github.com/ThePhaseCat/phases-discord-rich-presence/compare/1.6.0...v2.0.0-beta1
Optional dependencies
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:25psa7hI:2aNPBOXQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:25psa7hI:2aNPBOXQ"
}

