- 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
- Improve shading on drawer items by stealing some code from storage drawers
- Render icons for compacting drawers as if they were attached to the top slot
- Make default item scale slightly smaller
- Add more options for adjusting positioning and size of drawer elements (you will need to redo all of your related changes)
- Fix compacting drawers not voiding items
- Fix compacting drawers breaking in some situations (#58)
- Add compacting drawer
- Add option to control whether drawer retain contents when broken
- Fix shulker box weirdness
- Backport the shulker box fix
- Add compacting drawer
- Add option to control whether drawer retain contents when broken
- Fix guide book issues
- Fix shulker box weirdness
- Fix invalid item ids in german version of guide book
- Fix some creative block breaking settings affecting survival
- Make locked empty drawers reject items unless manually inserted
- Add config options to change upgrade multipliers
- Migrate to using vanilla BER registration from deprecated fapi registry
- Fix some internal typos
- Remove comparator support from shadow drawers due to weird behaviour
- Add comparator support to access points
- Fix culling issues with drawers (should improve performance on large drawer walls)
- Fix culling issues with drawers (should improve performance on large drawer walls)
- Update to 1.19.4
- Fix culling issues with drawers (should improve performance on large drawer walls)
- Add option to change item scale in client options
- Add option to allow recursive storage in common options
- Bump versions of multiple libraries
- Clean up internals a bit


