1.5.0-1.21
Compatibility
Required content
Changes
It's been a while, but I'm back with a new update, this time changing up a lot of stuff for the better!
Changes/Updates
- Redid the entire config screen! It's now cleaner and easier to use with categories instead of everything being on one page!
- Updated a bunch of the config text to make it make more sense and add extra details if needed
- Added Player Counts to Multiplayer! In Basic Mode and Advanced Mode, you'll now be able to see how many players are online in the server you're currently in!
- Added five new images that can be used in Advanced Mode
- Added a new fallback system to Advanced Mode if the image key you typed in doesn't match
- Added two new options to Other Options in case you want to mess with them (such as changing the rate at which the rich presence updates)
- Switched every debug print statement to logs for better reading (yeah sorry I didn't do this at the start lol)
- Fixed bug related to actually compiling/building the project
As always, feel free to leave any bugs and feedback in my Github repo!
What's Changed
- 1.5 update by @ThePhaseCat in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/6
New Contributors
- @ThePhaseCat made their first contribution in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/6
Full Changelog: https://github.com/ThePhaseCat/phases-discord-rich-presence/compare/1.4.1...1.5.0
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:tK14MLTG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:25psa7hI:tK14MLTG"
}

