Links
Tags
Creators
Details
2.4.0-1.21.6
Compatibility
Required content
Changes
Back again for another update, this time with actual changes! Please make an issue if there are any bugs!
- Added support for 1.21.9/1.21.10
- Improved Multiplayer Presence. Now in simple mode, it can tell if you're playing on a server with 1 player (so by yourself) or if there's more than 1 player
- Updated Player Head API system to use a different API, which should hopefully result in less waiting around for your skin to update in the rich presence! (should be about every half hour now compared to the 12 hours before)
- Added an extra line in Advanced Mode comments so the image keys don't feel as cramped
- Added 3 new images to Advanced Mode
What's Changed
- Add example image by @akirataguchi115 in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/25
- v2.3 update for 1.21.6-1.21.8 by @ThePhaseCat in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/29
- V2.4 by @ThePhaseCat in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/31
New Contributors
- @akirataguchi115 made their first contribution in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/25
Full Changelog: https://github.com/ThePhaseCat/phases-discord-rich-presence/compare/v2.1.0...v2.4.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:8v5Bbx0z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:25psa7hI:8v5Bbx0z"
}


