Tags
Creators
Details
All versions
4.0
Release
Cobblemon Rustling Spots 4.0last month 4,618
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Rustling Spots NeoForge 4.0
New
- Added a new server-side addon interaction API so future Fabric and NeoForge addons can intercept a validated Rustling Spot before its normal reward is resolved
- Addons can now choose between:
- letting Rustling Spots continue normally
- consuming the spot through the normal empty-spot path
- fully handling the interaction themselves while Rustling Spots still safely consumes the spot
Changes
- Rustling spot messages now adapt to each spot family for more natural flavor text
- Encounter and loot messages now better match water, sand, snow, leaves, caves, and other spot types
Fixes
- Fixed an issue where some spots could show the wrong environment text
- Fixed water spots sometimes using grass-themed messages
- Improved addon hook safety so listener failures are isolated and fall back to normal Rustling Spots behavior instead of breaking interactions
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:unFS18SU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JqMS1LKC:unFS18SU"
}

