All versions
4.1
Release
Cobblemon Rustling Spots 4.16 days ago 381
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Rustling Spots v4.1
New
- Added /rustlingspots debugspawn to help admins diagnose why spots are not spawning
- Added safe config migration that preserves existing settings while applying new defaults to fresh configs
Changes
- Reduced default Water spot spawn chance by 40%
- Reduced default reward sound volume by 50%
- Reward sounds now play once per interaction, even with multiple reward rolls
- Existing configs now stay untouched when updating, with clearer migration messages
Fixes
- Fixed automatic spot spawning causing chunk loading and server lag
- Fixed surface spots not spawning correctly after the chunk-loading fix
- Fixed an issue where Cave spots could appear to take priority over surface spots
- Fixed reward sounds being heard multiple times from one spot interaction
Removed
- Removed custom ambient spot sounds from world spots
- Removed the now-unused Ambient volume option
- Removed bundled custom ambience audio for Grass, Sand, Water, Snow, Leaves, Cave, Netherflamme, Soulflame, and Flying spots
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:JqMS1LKC:OJS1w7jQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JqMS1LKC:OJS1w7jQ"
}

