Links
Tags
Creators
Details
1.6.0-1.21
Compatibility
Required content
Changes
It's been a bit, and yes I've been holding onto this update for a few weeks, mainly just to wait for 1.21.4 to release so I can have something for the update!
Changes/Updates
- Added seven new images to advanced mode (three of them are pale garden themed!)
- Once again updated config text to be better/easier to understand
- Updated the advanced mode keys to use %s instead of the long thing I had before (no more {item_name}, we use %s now)
- Added support for language translations (thank you @TheWhiteDog9487!)
- Added Chinese - Simplified translation (thank you @TheWhiteDog9487!)
- Fixed a bunch of bugs (thank you @TheWhiteDog9487!)
- Bumped internal libraries
- Dropped 1.20.4 support (sorry if you were using those versions, rich presence should still function on the old jars though!)
What's Changed
- Added simplified Chinese translation for configuration menu by @TheWhiteDog9487 in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/10
- Fixed a bug in non-English environments where the main hand was considered to be holding an item even though it was not holding an item by @TheWhiteDog9487 in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/12
- Multi-language support transformation completed by @TheWhiteDog9487 in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/13
- Improved multi-language support and translated text, and fixed a lot bugs by @TheWhiteDog9487 in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/14
- 1.6 - 1.21 by @ThePhaseCat in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/15
New Contributors
- @TheWhiteDog9487 made their first contribution in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/10
Full Changelog: https://github.com/ThePhaseCat/phases-discord-rich-presence/compare/1.5.0...1.6.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:sMRFYGR7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:25psa7hI:sMRFYGR7"
}


