Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 6 months ago
All versions
1.7.1-fabric-2.1.0
Release
Cobblemon Spawn Notification 1.7.1-fabric-2.1.08 months ago 71.6K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
- Verified and updated to Cobblemon 1.7.1.
- Properly flagged those whose despawn had already been broadcast on the DespawnTrigger. When would this be relevant? Dunno. They're usually despawned after this, so it shouldn't be relevant. But what if it was.
- Added a better despawn check. If the removal reason would destroy it, or if it would try to save it but save Pokémon to world is off in the config, then broadcast. Removes those that unload due to their chunk unloading, but are still there, including boats.
- UnnaturalSpawnTrigger now properly checks if the Pokémon is wild.
- Added colors to the built-in lang assets.
- Made sure shiny doesn't redundantly broadcast for any other. Forgot the any_label in the antiMatcher.
- Tweaked the appearance of the notifications with caps on legendary/mythical/shiny, and
Theinstead ofAfor non-shinies.
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:LPuJjiQz:oer4cguU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:LPuJjiQz:oer4cguU"
}



