Links
Tags
Creators
Details
Licensed MIT
Published last week
Updated 3 days ago
All versions
0.1.4
Release
findmyitems 0.1.43 days ago 24
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Singleplayer only
Required content
Changes
Added
- The Crafting view searches for craftable roots correctly, including word-aware fuzzy matching, and browses large result sets with lazy loading and virtualization.
- Crafting plans choose recipe alternatives, reuse shared stock, account for batch surplus, and terminate safely when recipes contain cycles.
- Gathering supports both gather-only and gather-and-craft actions, with cancellation and recovery from stale indexed sources.
Fixed
- Reachability now follows vanilla-valid interaction range, loaded-chunk checks, and line-of-sight obstruction rules.
- Inventory capacity and item movement remain safe when gathering or crafting cannot complete; no items are created or destroyed.
- Crafting titles, action labels, status messages, selection changes, and scrolling behavior are consistent in the catalog UI.
Known limitations
- Only crafting-table recipes and player-inventory recipes are supported. Furnaces, stonecutters, smithing, and other processing stations are not supported.
- The documented manual crafting-planner fixture pass remains a release blocker and has not been manually verified for this candidate.
- Multiplayer is intentionally unsupported; the mod remains single-player only.
Optional dependencies
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:mPTBl3Fj:Y2Y0cGn5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mPTBl3Fj:Y2Y0cGn5"
}





