Links
Tags
Creators
Details
2.0.0
Compatibility
Required content
Changes
It's been a while, but I'm back with a giant update that's been in the making for about five-six months. Let's just jump into the many changes!
- Added support for 1.21.5
- Migrated entire Discord Rich Presence System to a new library (This library should have support for Mac, I hope, but I have no way to test this, so take that with a grain of salt)
- Added option to show Player Head and Username in Presence for both simple and Advanced Mode
- Added 7 new images to choose from in Advanced Mode
- Swapped Dimension images so they now appear in the "large" image instead of the small one
- Adjusted some text wording
- Removed the Discord Application ID option from config, has no use anymore
- Fixed bug related to not having ModMenu installed
- Updated translations for Simplified Chinese
What's Changed
- Update Simplified Chinese translation by @TheWhiteDog9487 in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/18
- Fix stuck loading progress bar by @TheWhiteDog9487 in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/21
- 2.0.0 by @ThePhaseCat in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/23
Full Changelog: https://github.com/ThePhaseCat/phases-discord-rich-presence/compare/1.6.0...v2.0.0
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:uza0fjFW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:25psa7hI:uza0fjFW"
}


