Skip to content

v1.4.2 [1.19.2]

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jun 09:12
· 4 commits to 1.19.4 since this release
  • Add modifier tooltips
  • Improve compacting drawers
    • 1 to 1 conversion recipes are now supported
    • Recipe loading logic is a lot cleaner now
    • The item type stored in the drawer nbt is now always the smallest one
      • WARNING: Items count may be multiplied if you have compacting drawers with the wrong base item
    • Voiding mode now only voids items that are stored in the drawer
    • Fix insertion limit math to prevent overflowing
  • Work around some mods (botania) iterating storage views outside of transactions by copying slot array on sort
  • Add more safety and logging to drawer storage operations. Now you should get a log message when something goes wrong instead of a crash