1.0
Compatibility
Required content
Changes
Version 1.0.0 - The Beginning š„³
This is the first official release of Aran's Discord Presence! This mod was built to give you a clean, modern Discord status without the clutter of older RPC mods.
What's New:
- 3D Isometric Player Heads: Your Discord status now features a high-quality 3D render of your actual skin instead of a flat 2D face.
- Smart Server Icons: When you join a multiplayer server, the mod automatically fetches that server's icon for your profile.
- All-New Settings Menu: Added a custom config screen accessible directly from the Options > Discord RPC button.
- Privacy Toggles: You can now instantly toggle the following info on or off:
- Server IP/Address
- Current Biome
- Dimension Name
- Current Gamemode
- Responsive Layout: Fixed the settings menu so it looks perfect on all GUI scales (1x through 4x).
- Optimized Performance: Set the update interval to 5 seconds to keep your game running smoothly with zero FPS drops.
Installation:
Make sure you have the Fabric API installed!
Note: You must have the Discord desktop app running for the status to update.
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:LTA80ekJ:kAmwXPAU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LTA80ekJ:kAmwXPAU"
}

