Tags
Creators
Details
0.5.0+26.1.2
Compatibility
Required content
Changes
Changelog - Find My Villager v0.5.0
This update focuses on polishing the full mod experience after the Online Sharing release. It improves the UI, search quality, sharing flow, safety checks, and villager targeting behavior.
New Features
-
Natural Search Upgrade
Search now understands deeper natural queries across villagers, trades, costs, enchantments, stock, locations, job blocks, favorites, and partial words. -
Missing Villager Tracking
Missing or unloaded villagers are now separated from active results and marked clearly with warning indicators. -
Job Block Redirect Warnings
If a villager is missing, the HUD can point toward the villager’s job block and show its location and distance. -
Share Safety Check
Shared villager previews now include a Check Safety option that validates incoming share data before importing.
UI Improvements
-
Premium Glass UI Pass
Reworked the mod screens into a cleaner transparent glass style with better spacing, hierarchy, and readability. -
Data Manager Redesign
The Data page is now a proper action hub with clear sections for sharing, JSON transfer, backups, and reset actions. -
Improved Share Villagers Screen
Sharing now has clearer recipient selection, better status messages, cleaner footer layout, and more readable invite handling. -
Better Main Screen Layout
Improved search bar alignment, result cards, details panel spacing, favorite/pin controls, and compact screen behavior. -
Improved Icons
Updated favorite, pin, Clear All, player, logo, and saved villager visuals for a more consistent interface.
Improvements & Fixes
-
Smarter Result Ranking
Favorites, relevance, distance, stock state, and price now influence result ordering more naturally. -
Duplicate Villager Handling
Villagers with the same UUID now update existing saved entries instead of creating duplicate records. -
Smoother Scrolling
Search results and details lists now scroll more smoothly and avoid jumping back to the bottom. -
Better Sharing Notifications
Sender and receiver notifications now include clearer invite, acceptance, upload, decline, expiry, and failure states. -
More Reliable Compact Layouts
Fixed overlapping text/buttons across the main screen, Data Manager, JSON screens, Share screens, and modal previews. -
Cleaner Data Page Copy
Removed duplicate storage-root messaging and made status text only show useful operation feedback.
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:VlxHvtNW:Ukkj3AjV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VlxHvtNW:Ukkj3AjV"
}

