Item Finder
A Fabric server mod for finding items and loot tables in a large area.
Item Finder
About
Allows performing a large-scale filtered search for items in all loaded/generated chunks. Checks for items in (probably) all "storage" block entities and entities. Runs on server side. Install on client for some useful keybinds. Runs on server side. for config.
Usage
Full information - README.
`/finditem id <id>` - search for items with exact ID.
`/finditem name <name>` - search for items that contain <name> string in default (custom, if present) name.
`/finditem data <data>` - search for items that contain <data> string in their NBT/data components.
`/finditem loot_table <loot_table>` - search for lootable block entities with this loot table. Special arguments: `any`, `none`, `none_empty`.
Search modes
Normal mode only checks currently loaded chunks & entities, runs instantly.
Global mode can be activated by adding `global` to the command: `/finditem <search_type> <argument> global` Searches all generated chunks in the current dimension, may take a few seconds.
Additional
* You can teleport to search results in order by pressing a keybind (`N` by default). * Mod has keybinds to perform a normal/global item search using the currently held item (unset by default). * Hovering mouse over the BE/entity names in search results will show the item stacks/loot tables that matched the search parameters. * Mod will do nested search for shulker boxes and bundles found inside containers. * Check the config! Useful stuff there.