2.5.0-1.21.11
Compatibility
Required content
Changes
Another Minecraft update, so another mod update! Please make an issue if you encounter any issues!
- Added support for 1.21.11
- Switched to newer APIs (1.21.11 change only)
- Added four new images to Advanced Mode
- A bunch of backend code changes to make it easier to change things
- Updated error handling to (hopefully) catch more errors/prevent spamming the console? #34
- Simplified text translations for config
- Updated Discord API to a newer one to fix an issue related to garbled text appearing in the presence? #20
- Dropped support for 1.21.4/1.21.5
What's Changed
- Migrating deprecated APIs to the new version by @TheWhiteDog9487 in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/32
- Simplifying Text Translation-Related Code by @TheWhiteDog9487 in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/33
- Changed copyandbuild to larroxtv by @larroxtv in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/35
- V2.5 by @ThePhaseCat in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/36
New Contributors
- @larroxtv made their first contribution in https://github.com/ThePhaseCat/phases-discord-rich-presence/pull/35
Full Changelog: https://github.com/ThePhaseCat/phases-discord-rich-presence/compare/v2.4.0...v2.5.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:aoO42TZG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:25psa7hI:aoO42TZG"
}

