What's new
2.1.3
- Fixed villager auto trading doing unwanted trades.
- Made bulk rename more stable
- Fixed a crash in a very unlikely situation where the player made it possible to apply a profile while cest is open.
- Other small fixes and optimisations.
- Also release for 1.20.3 with the above fixes.
What's new
2.1.3
-
initial support for fabric 1.21.5
-
Major changes to how enchanted items/books are sorted. The tooltip enchantment order will be used.
Until now an internal metric::enchantments_score
was used (the more and, higher level, enchantments
the better). However, since 1.21 the enchantments are shown in the item tooltips in specific order.
So IPN now uses that order when sorting enchanted items.
If you want to use the new order in your rules it is called::enchantments_tooltip_order
-
Auto refill changes. Version 1.21.5 is a major step towards fully data-driven items.
As a consequence, auto refill for armour and tools now uses the data to find the best match.
There will be no noticeable change in behaviour for vanilla items, but it is possible some server
generated or mod-supplied items may behave differently.