
RainApricot Spawn Notification (for Pixelmon)
This mod sends in-game notifications immediately when BOSSes, Legendary Dens, Legendary Pokémon, Master Ball Reward Chests, and wild Shiny Pokémon appear in your Pixelmon world, ensuring you never miss them again!
3.0.0
Compatibility
Required content
Changes
Summary of This Update đ§ Core Configuration System Enhancement
- New Configurable Detection Range Default Value: 120 blocks (previously hardcoded 150 blocks) Adjustable Range: 10-500 blocks Unified Application: All notification types use the same detection range
- New Independent Toggle Controls â Zygarde Cell/Core Notification Toggle (enableZygardeNotifications) â Master Ball Reward Chest Notification Toggle (enableMasterChestNotifications) â Legendary Den Spawn Notification Toggle (enableDenNotifications) â Retained original PokĂ©mon notification toggles (Shiny, Legendary, BOSS) đ Compatibility Update â Updated to support Pixelmon 9.3.9 - Latest version compatibility â Fixed API changes and deprecated methods â Maintained backward compatibility with previous versions
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:bLEM1zXd:8N5LHbe2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bLEM1zXd:8N5LHbe2"
}

