- Added Search.
- Allows you to search for items by using (tooltip) text, tags and namespaces.
- Accessed through main ui as "Search..." button (compass) or via `/polydex search [<query>]` command.
- Has full support for translations, making it search using player's client-selected language. This feature can be disabled in the config.
- Query order doesn't matter, as they all are checked on their own (so "block iron" and "iron block" are equal), you can wrap it with quotation marks for full match.
- You can search for tags, by using the `#` as a prefix (for example `#flowers` will search for items with tag containing `flowers`). Similar to Creative Mode search.
- You can search by namespace, by using the `@` as a prefix. It searches from start (`@poly` will match `polyfactory` and `polydecorations`, but not `monopoly`).
- You can use `!` to negate any search (for example `!@poly` will show all items that don't have namespace starting with `poly`).
- Search can be fully disabled in config.
- Fixed chance not showing up correctly (showing as value between 0-1 instead of 0-100).
- Fixed not being able to disable the info hover globally in config.
- Renamed some config options. They should be automatically migrated.
- Entity hover info can now show Armor value.
- Entity hover info can now show Absorption amount.
- Main index page state is now stored between /polydex command usages as long as player is connected.
- You can now disable selected hover information globally.
- Fixed banner name using non-existent translation.
- Fixed smithing transform recipes not showing correctly.
- Polydex now stores last 128 viewed entries/stacks. You can get them by clicking category/lower part selection (Green book) in main index ui.
- Polydex now respects Fabric's `c:hidden_from_recipe_viewers` item tag.
- Changed the heart emoji from `♥` to `❤`, as it matches better with Minecraft's heart texture.
- Fixed issues where items added via fabric events weren't visible.
**Full Changelog**: https://github.com/Patbox/polydex/compare/1.2.3+1.21...1.2.4+1.21.1
**Polydex 0.1.8 for 1.19** Adding more functionality, as people on my server asked for it :p
- Polydex should no longer crash in case of invalid/unsupported crafting recipes
- Added new display, "polydex:bossbar_sneak", it only displays while player is sneaking
- You can now check usages of an item by right clicking it