
Rustling Spots adds dynamic, world-driven “rustling spots” across the Overworld.

Bring back the iconic rustling grass from Pokémon Black and White inside Cobblemon.
Rustling Spots adds temporary event tiles that spawn naturally around players with particles and ambient sounds. Interact with them to trigger a Pokémon encounter or receive themed loot, depending on the spot family.
Nothing is added to world generation, so it is safe to install on existing saves. Everything is configurable, which makes it easy to balance for modpacks and servers.
/rustlingspots spawn <family>.Each family can be enabled, disabled, rerouted or rebalanced through config and JSON files.
Rustling Spots exposes its behavior through TOML configs and JSON data files. As a pack maker, you can tune:
Tip for pack makers: if you want to refresh modded biome pools, delete the folders inside config/rustlingspots but keep the TOML files, then restart.
🔧 Global server settings (TOML)
File: config/rustlingspots-server.toml
enabled: master toggle for the whole system.spawn_density: how often the world attempts to place a spot.spawn_min_distance_from_player and spawn_max_distance_from_player: spawn range around players.max_spots_per_dimension: hard cap per dimension.allowed_dimensions: where spots are allowed.interaction_radius: how close you must be to trigger the spot.interaction_vertical_allowance: extra vertical reach, useful on mounts.spot_lifetime_ticks: how long spots stay before despawning.🌍 Per family spawn multipliers
File: config/rustlingspots-families.toml
Each family has a simple multiplier. 0.0 disables it, 1.0 is default.
grass_spawn_ratesand_spawn_ratewater_spawn_ratesnow_spawn_rateleaves_spawn_ratecave_spawn_rateflying_spawn_ratenetherflamme_spawn_ratesoulflame_spawn_rate➕ Example: add a Pokémon to a family
Goal: add Ralts to Grass Spots.
File: config/rustlingspots/pokemon/families/grass.json
{
"species": "ralts",
"weight": 3,
"min_level": 8,
"max_level": 20
}Save the file, then restart the game or server.
config/rustlingspots folder with your modpack./rustlingspots spawn <family> to test balance instantly.Rustling Spots brings a Gen 5 inspired exploration loop into Cobblemon. You see a visual cue in the world, investigate it, then get an encounter or a themed reward. With Nether families and improved modded biome support, it fits naturally into both vanilla and heavily modded worlds.
undefined
Need a server for your adventures? Host your world with BisectHosting and use the code OurStory for 25% off your first month. Every purchase helps support the Our Story development.
Want to support my work and access early previews? 👉 Patreon – Our Story Collection
Created by LevelsCraft7 for the Our Story Collection, with love for the Cobblemon community.