1.21-0.24.1-sakura.3
sakura-ryoko
released this
14 Sep 20:49
·
29 commits
to pre-rewrite/fabric/1.21
since this release
- fix sorting freeze issue when Shulker boxes are open, or if clicking on invalid items to be sorted. (There is a fail safe 'abort' when things fail to sort now)
NOTE: Sorting items inside of a Shulker Box requires free hot bar slots. The code now "swaps items from your hot bar" into temporary places, and then swaps them back when done sorting. If there are not enough free Inventory Slots; sorting will abort. - add
sortBundlesAtEnd
,sortShulkerBoxesInverted
, andsortBundlesInverted
-- These sort Bundles at the end, and the 'inverted' settings changes the order in which Shulker Boxes and Bundles are sorted with according to the size of their contents.