 
                    
                     
                Cobble Spawn Tracker
This client-side mod is a universal entity tracking system for Minecraft. It was originally developed for locating Cobblemon pokemon, but can work with any type of creatures in the game.
To start using it, you need to configure the list of tracked entities. By default, the mod doesn't track any objects. Open the configuration file and add the names of required pokemon or mobs:
File: config/cobble_spawn_tracker-common.toml
List of entity names for tracking
name_list = ["Sentret", "Copperajah", "Torchic"]
Version 1.02 added four new configuration options that are enabled by default:
- Automatic tracking of shiny pokemon
- Automatic tracking of legendary pokemon
- Exclusion of player-owned pokemon
- Hiding entities when changing dimensions
You can track unlimited number of entities. When first detecting a new object, the system displays a message (this function can be disabled). The mod shows distance and direction to the tracked entity.
Important: the name in configuration must exactly match the entity's name (case doesn't matter). When adding a new name to the tracking list, detection may not start immediately, but when this creature appears in the world, the system will automatically detect it.
The mod can be installed on the server, but it doesn't perform any functions there.
 
                                