Links
Tags
Creators
Details
1.1.0
Compatibility
Changes
Add support for MC 1.21
Removed Patches :
- The MC-157098 issue has been fixed upstream by Mojang the patch is no more included in this version.
Modified Patches :
- The MC-154487 issue had been indirectly fixed partially for shift clicking by Mojang with the MC-271199 fix but issue still appears for other clicking types and is fixed by the mod
Features :
- Fix MC-265376 : Kills by Goats are not counted in statistics
- Fix MC-268093 : Breaking a decorated pot with an arrow doesn't affect statistics
Experimental features :
- Fix MC-267006 : The Distance Flown statistics rapidly increases when you are standing in Ender Dragon's hitbox
More tests are needed to know if the dragon combat and particularly when the dragon eject players in the air isn't broken with the vanilla behavior, please test it and report any bug in the issue tracker.
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:SQKipbkd:RMkkb2Qy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SQKipbkd:RMkkb2Qy"
}

