Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
2.6.0-26.1
Release
Phase's Discord Rich Presence 2.6.0-26.14 months ago 2,694
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Required content
Changes
Another update at long last! Featuring a lot of Multiplayer changes! (and 100k downloads soon?)
- Instead of showing Server IP, mod will now show Server Name as you defined in the Server List (Or "Minecraft Server" if you are using direct connection) #38
- Added ability to show Server Icon in Presence in both Simple and Advanced Mode #39
- Added separate image key selection for Singleplayer and Multiplayer in Advanced Mode
- Added 6 new images to Advanced Mode
- (26.1 ONLY) Migrated mappings for future releases. Will eventually do this for other version, but for this first release, mappings change only on 26.1!
- Dropped support for 1.21.6-1.21.8
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:7bMgpivx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:25psa7hI:7bMgpivx"
}


