- Backport features from 1.4.2
Full Changelog: https://github.com/Patbox/polydex/compare/1.2.4+1.21.1...1.2.5+1.21.1
- 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 containingflowers
). Similar to Creative Mode search. - You can search by namespace, by using the
@
as a prefix. It searches from start (@poly
will matchpolyfactory
andpolydecorations
, but notmonopoly
). - You can use
!
to negate any search (for example!@poly
will show all items that don't have namespace starting withpoly
). - 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.
Full Changelog: https://github.com/Patbox/polydex/compare/1.4.1+1.21.4...1.4.2+1.21.4
- 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.
Full Changelog: https://github.com/Patbox/polydex/compare/1.4.0+1.21.4-rc3...1.4.1+1.21.4
- 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
Full Changelog: https://github.com/Patbox/polydex/compare/1.0.1...1.1.0+1.20.4