Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 months ago
Updated 3 weeks ago
All versions
1.2
Release
Find me 1.23 months ago 35
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Find me 1.2 Changelog
Safety & Recovery
- Added Vault: saves creature snapshots before high‑risk operations such as deletion or death migration.
- Added Auto Backup: by default, backs up player companion, mount, death list, and radial menu data every 30 minutes.
- Added Resurrect on Wake Up: creatures in the death list have a chance to return to the list or appear nearby when the player wakes up after sleeping.
- Companions and mounts now regenerate health over time after being recalled.
Death & Loss Protection
- Reduced the risk of creatures disappearing unexpectedly from radial menus or lists.
- Dead creatures now go into the death list and no longer occupy companion or mount radial slots.
- Fixed issues where some death, deletion, or switching flows could incorrectly move creatures into the death list or prevent deletion.
Summoning & Switching
- Improved mount switching, reducing cases where the old mount disappears too early or the player falls.
- When switching from a flying mount to a land/water mount mid‑air, the new mount now preferentially spawns on suitable ground.
- The new mount accelerates toward the player based on the player‘s movement speed; if it fails to catch up for a long time, a fallback acceleration is applied.
- Optimised pre‑summon space checking, reducing cases where summoning fails despite there being available space.
GUI Improvements
- Management GUI, detail screens, death list, and ignore list now use adaptive layouts.
- Added fade‑in animations to the management GUI and radial menus.
- Improved radial menu model positioning to reduce models blocking the name or health bar.
- Fixed overlapping between note popups, right‑click menu text, and the background list.
- Adjusted some colors and transparency for a more unified interface style.
Commands & Configuration
- All commands have been unified under
/findme. - Streamlined public commands, keeping only the most frequently used ones: list, summon, recall, delete, vault restore, and backup restore.
- Reorganised and clarified the config options; kept compatibility with old config key names.
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:bBltNHbY:KqGduq8r"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bBltNHbY:KqGduq8r"
}

