Tags
Creators
Details
Published 2 months ago
All versions
0.3.0+1.21.11-forge
Release
Find My Villager 0.3.0+1.21.11-forge2 months ago 4
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Forge
Supported environments
Client-side
Changes
0.3.0 - Data Tools Update
Added
- Added a Data Manager screen.
- Added database export to readable JSON.
- Added database import from JSON.
- Added automatic backup creation before imports.
- Added manual Backup Now.
- Added database stats for the current world/server.
- Added reset option for the current world/server database.
- Added favorite villagers with star icons.
- Added favorite-first sorting in search results.
Improved
- Improved local database write safety by writing through temporary files before replacing saved data.
- Improved import handling with validation before changing current data.
- Added safe merge behavior for imported villagers and trades.
- Preserves local names and favorites when villager data is refreshed or imported.
Notes
- Data tools are client-side only.
- Backups, exports, and imports are stored under the mod config data folder.
- Reset Current Database only clears the active world/server database, not all saved databases.
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:qinEaKp8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VlxHvtNW:qinEaKp8"
}

