Skip to content

Releases: sakura-ryoko/itemscroller

1.21.3-0.25.0

22 Nov 04:25
a9de0bc
Compare
Choose a tag to compare

1.21-024.53

22 Nov 04:25
cdc02a6
Compare
Choose a tag to compare

1.21.3-0.25.0-sakura.6

13 Nov 02:07
3f5b4d3
Compare
Choose a tag to compare
  • 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

12 Nov 04:23
7bfe069
Compare
Choose a tag to compare
  • Overhaul massCrafting Recipe Book Storage process. This should be much more reliable now.

1.21-0.24.51

08 Nov 23:52
672dd76
Compare
Choose a tag to compare

1.21.3-0.25.0-sakura.3

02 Nov 03:49
963c2b0
Compare
Choose a tag to compare
  • 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

23 Oct 20:50
e124415
Compare
Choose a tag to compare

1.21.3, should be backwards compat with 1.21.2.

1.21.2-0.25.0-sakura.1

22 Oct 23:41
3da1728
Compare
Choose a tag to compare

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

14 Sep 20:49
da1d799
Compare
Choose a tag to compare
  • 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, and sortBundlesInverted -- 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

12 Sep 00:51
ed90d28
Compare
Choose a tag to compare
  • Missed an important bit of code for sortInventoryToggle during back porting.