Tags
Creators
Details
1.2.0+1.21.x
Compatibility
Required content
Changes
Broken Lead Warner 1.2.0
The "Please Name Me" Update
(came up with that name on the spot, we'll go with it I guess)
Minecraft 1.21-1.21.4 is now supported! Along with that, two new options have been added!
- See the name of the mob you were leading when the lead breaks(enabled by default)
- Alternative warning sound(for now, the normal "warning ping" and Minecraft's "leash snapping" sound effect).
If you want a vanilla experience, chanigng the warning sound to vanilla's leash snap and disabling the warning message(if you want) works really well!
This should work for all of 1.21-1.21.4, but I didn't get to test it much so please report any issues you find!
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:29RFArLV:zP4KdDk4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:29RFArLV:zP4KdDk4"
}



