Tags
Creators
Details
All versions
1.8
Release
Cobblemon Rustling Spots 1.86 months ago 5,588
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Rustling Spots v1.8
This update reworks how Rustling Spots spawn in multiplayer, improves despawn behavior, refreshes visuals and introduces a simplified server configuration system.
📌 Changelog
- Rustling Spots now spawn around players instead of being globally limited.
- Each player can have up to 8 active spots nearby, naturally shared with others in the area.
-
Server configuration simplified and cleaned up.
Several server config options were removed or replaced.
Important: Please delete your existing server config file so it can regenerate with the new defaults. -
Added new modded blocks compatibility:
all grass blocks from Regions Unexplored and Biomes We’ve Gone can now generate Rustling Spots.
Important: Please deleteconfig\rustlingspots\families\grass.jsonto refresh compatibility defaults. -
Visual refresh:
- New grass design with a darker color.
- New particles.
- New logo.
🐛 Fixes
- Fixed an issue where Rustling Spots would follow only one player on multiplayer servers.
- Improved despawn behavior when no player is nearby.
- Fixed Water Spots loot tables.
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:iv2h55Bz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JqMS1LKC:iv2h55Bz"
}

