- Updated to 1.21.2
- Marked as beta due to using hacks to make graphlib work on newer versions
- Work around sodium breaking drawer icons by using vanilla rendering
- The real issue is still a bug in sodium, but this should prevent it from causing issues
- Fix crash when interacting with some slots of compacting drawers caused by previous bug (#130)
- Updated to 1.21.1
- Fixed divide by 0 error when using
stackSizeAffectsCapacity
and inserting items with large stack sizes - Fixed compacting drawers not updating internal state after reading components, causing ghost items
- Comparators are now properly updated when drawer contents change
- Fixed compacting drawers not retaining items when broken
- Fixed crashes when saving drawers with enchanted items
- Added translations to item tags
- Updated to 1.21
- Fix longstanding issues with lighting of items in drawers
- Added Korean and Russian translations (PR #108 and #114)
Currently in beta due to graphlib being in alpha
- Updated to 1.20.6
- Compacting drawers no longer show all slots in tooltips due to technical limitations
- Fix possible crash simple caching mode
- Fix compacting drawers sometimes misbehaving on quilt
- Fix smart caching causing bluetooth storage and dupe bugs (maybe)
- Internal changes
- Added ability to place drawers on floor and ceiling
- Fix smart caching causing bluetooth storage and dupe bugs (maybe)
- Updated to 1.20.4
- Internal changes
- Added ability to place drawers on floor and ceiling
- Fix compacting drawers sometimes crashing with other storages
- Fix compacting drawers sometimes not updating internal state correctly
- Add option to drop drawers in creative (enabled by default)
- Add another command to debug caching
- Add caching mode option and switch to more stable default caching mode
- Fix insert all not working with empty locked drawers
- Handle drawers being unloaded without being cached
- Fix old storages not being removed from the cache
- Added
/drawercache
command for debugging the cache