Releases: sakura-ryoko/itemscroller
Releases · sakura-ryoko/itemscroller
1.21.3-0.25.0
- Modrinth publish --> https://modrinth.com/mod/item-scroller/version/0.25.0
1.21-024.53
- Modrinth publish --> https://modrinth.com/mod/item-scroller/version/0.24.53
1.21.3-0.25.0-sakura.6
- Additional fixes for the recipe matching code; it had to be changed so that the matching checks ALL possible combinations of the same item to craft; such as using Multiple Wood Types when crafting Chests; and then match against this NetworkRecipeId
- also fix the matching code to properly match complex recipes with empty slots in the grid such as Comparators and Repeaters.
- Add
massCraftToggle
similar to Andrew's craft-fix mod. - attempt to fix most common cases of the recipe saving 'nuggets or buttons' as the recipe. Note that in rare circumstances, the buttons/nuggets will still show in the Crafting Grid, but will not be stored that way. This appears to be a side effect from the "Crafting Grid Clearing" functionality after saving the recipe as the game updates the resulting item.
- attempt to fix some of the Recipe View spacing between the 3 x 3 grid at different screen scales.
1.21.3-0.25.0-sakura.5
- Overhaul massCrafting Recipe Book Storage process. This should be much more reliable now.
1.21-0.24.51
Modrinth Publish --> https://modrinth.com/mod/item-scroller/version/0.24.51
1.21.3-0.25.0-sakura.3
- Disable some mixins that were being used for 1.21; but for 1.21.3, were causing issues with the Recipe Book. See Issue #26
1.21.3-0.25.0-sakura.2
1.21.3, should be backwards compat with 1.21.2.
1.21.2-0.25.0-sakura.1
Initial 1.21.2 port release using updated rendering for Recipe View, and supports the new Recipe Book Crafting method changes from Vanilla.
See Commits for details.
1.21-0.24.1-sakura.3
- 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.
1.21-0.24.1-sakura.2
- Missed an important bit of code for
sortInventoryToggle
during back porting.