Links
Tags
Creators
Details
2.1.0
Compatibility
Required content
Changes
(Thanks for 30K downloads!)
This update focuses around the Main Menu, specifically from within Advanced Mode! The first and main addition is something that I know some people wanted (you could've asked first about it lol)
Changes
- By very popular demand, added option to change Main Menu State Details (the small text in the bottom of the presence) in Advanced Mode
- Renamed the Presence Small Main Menu Image to just "Presence Main Menu Image" to better reflect what the option actually does (Again, in Advanced Mode)
- Updated the "base" presence image, now actually matches what the official Java Edition Icon is. If you want to use the old one (once again, in Advanced Mode), its image key is "base_old" (which is also listed as an image key option)
- Added four new images to be used in Advanced Mode
- Added error handling for picking an image in the Main Menu for Advanced Mode
- Cleaned up some internal code
What's Changed
- 2.1 by @ThePhaseCat in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/24
Full Changelog: https://github.com/ThePhaseCat/phases-discord-rich-presence/compare/v2.0.0...v2.1.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:PO1QYtut"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:25psa7hI:PO1QYtut"
}


