Tags
Creators
Details
All versions
3.0
Release
Cobblemon Rustling Spots 3.03 months ago 8,507
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
Rustling Spots 3.0
New
Custom Spots
- Added custom rustling spots via datapacks.
- Added support for custom spot names with readable display names.
- Added support for custom particles to give each spot its own feel.
Custom Families
- Added support for custom Pokemon families for your custom spots.
- Added support for custom loot families for your custom spots.
Datapack Tools
- Added an example addon datapack to help you build your own spots: Rustling Spots Example Addon Datapack
- Added
/rustlingspots reloadto refresh spot data after editing configs or datapacks. - Added
/rustlingspots spawnshinyto test shiny rustling spots directly. - Added
/rustlingspots scanto check active rustling spots around you.
Chat Controls
- Added per-player chat toggles for Pokemon, loot, and empty spot messages.
- Added
/rustlingspots messagescommands to manage message preferences in-game.
Changes
- Loot reward messages are now disabled by default.
- Mixed Pokemon + loot spots are now much rarer by default.
- Rustling spots are now much easier to expand and customize for servers, modpacks, and datapacks.
Fixes
- Fixed message preference syncing so your settings apply more reliably in multiplayer.
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:LNIZf4BC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:JqMS1LKC:LNIZf4BC"
}

