A simple and optimized mod that lets villages become BIGGER!
When we have a jobless villager in vanilla, the code simply lets them search for job sites in a radius, and that's it.
This mod makes it so that villager can talk to each other (gossip, I like to call it) and gather information about job sites that are far away!
This means that you can build bigger villages, and villagers will populate them better.

Features:
- Longer asynchronous (not in main thread) pathfinding, for discovering new job sites only.
- Gossiping, for transmitting information about pathfinded job sites.
- Stuck detection, to stop early in the case a villager gets stuck while pathfinding to the possible job site.

