- FABRIC: Fixed drawer key recipe for older Fabric API versions
- Fixed item descriptions not breaking on newlines
- Added priority key and 5 priority levels to drawers
- Added Remote Upgrade to connect drawers to controller remotely
- Added Remote Group Upgrade to connect group of connected drawers to controller remotely
- Added more config entries to disable upgrades
- Fixed crash when trying to open Fluid Drawer GUIs (Legacy Fluid Drawers mod)
- Fixed crash when using keyring on drawers
- Fixed broken GUI texture on compacting drawers
- Added 2-tier variation of compacting drawers
- Added half-depth version of both compacting drawers
- Brought back the personal key
- Fixed compacting drawers not rendering overlays
Fabric known issues:
- Withdraw pulling multiple items still a problem on creative
- No config file support
- Flat lighting on item labels
- Re-trim / Re-partition does not work
- add config to disable controller IO - MCTian-mi (24 Sep 2024)
- Fixed empty drawer items showing too-heavy message
- Brought back the personal key and CoFH variant of it
- Fixed major regression from last beta that prevented items from being withdrawn
- Added detached drawers, which can be placed in empty slots in drawer blocks
- Added drawer puller tool to remove drawers from blocks
- Added config entries for detached drawers support
- Added balanced fill upgrade
- Added per-drawer stack capacity to drawer GUI
- Added re-trimming by sneak-using trim on a drawer block
- Added re-partitioning by sneak-using another drawer block on a drawer block if all slots are same item or empty
- Added heavy block option and upgrade (contrib. by loglob)
- Fixed invertShift and invertClick options in server environment
Fabric known issues:
- Withdraw pulling multiple items still a problem on creative
- No config file support
- Flat lighting on item labels
- Re-trim / Re-partition does not work
- Added 2-tier version of compacting drawers
- Added half-depth versions of both compacting drawers
- Max capacity checking for pulled drawers is default off in new configs
BREAKING:
- Some resource filenames related to compacting drawers have changed, which may affect data packs. Compacting drawers will likely fall back to their default resources.
- More multi-loader refactoring
- Fixed drawer GUI titles
- FABRIC: Workaround for left-click pulling multiple items
This is the first build for Fabric modloader
Known Issues:
- Item extraction pulls multiple items while mouse is held down
- Block rendering in labels has flat lighting
- Transaction safety not yet guaranteed around compacting drawers
There are likely numerous issues, report them in the issue tracker or discord
- Fixed pulled drawer losing its capacity data if pulled when empty
- Refactored project into multiloader project
There are no feature changes in this version, so if you're looking for a stable build you should remain on 13.2.x. However, any testing with this version is HIGHLY appreciated as these multi-loader builds will be used going forward.
- Fixed keyring representing a key that has been removed
- Fixed keyring losing extra metadata when last key is removed
- Fixed keyring not showing a key's custom name
- Fixed keyring description not rendering newlines correctly in some cases