All versions
5.0
Release
CosmicPings 5.02 days ago 154
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Changes
- Revamped Ping backend now if you reset your PC, delete your config, or reinstall, you'll still be in your team. No more losing your team. Sadly as a result of this you WILL have to recreate a new team, and invite people but this shouldn't happen again.
- Added "Request to Join" — enter a team code to request access; owners and trusted members approve or deny it in the team menu.
- Fixed enemy pings working through walls. You can no longer tag enemies you can't actually see.
- Added a 2.5s cooldown to enemy pings so holding the key no longer spams them. Missed pings don't trigger the cooldown.
- Added a toggle for the off-screen skin marker in settings.
- Removed the friend-code / account-sharing system — logging into an account now just works as that account.
- Older mod versions are no longer supported from this version onward will be compatible for the foreseeable future — everyone who wants to use the mod will have to be on latest version 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:33mDgGyk:Ccn9QvkQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:33mDgGyk:Ccn9QvkQ"
}

