1.11.1
Compatibility
Changes
Now supports the latest Minecraft versions
Vanilla Pings now works across a wider range of Minecraft versions — from 1.19.2 up to the latest. Behind the scenes the mod moved to Mojang's official mappings (Yarn, the mappings it used before, is being discontinued) and the codebase was reworked so it can keep up with new Minecraft versions far more easily going forward.
Supported versions: 1.19.2 & 1.19.4, 1.20–1.20.6, 1.21–1.21.11, and the brand-new 26.1–26.1.2
The two April Fools snapshots (24w14potato and 25w14craftmine) aren't part of this line yet and stay on v1.10.3 for now.
This should have no effect on you, the mod should work just as well as always.
Run into a problem?
Please open an issue so I can fix it. If you need a stable build in the meantime, you can safely fall back to v1.10.3.
Full Changelog: https://github.com/crossy-l/VanillaPings/compare/v1.10.3...v1.11.1
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:P6Y8Vr1q:9sbjdlsj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:P6Y8Vr1q:9sbjdlsj"
}

