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
- Added disabled messages to balance upgrade and drawer pulled if disabled in config
- Extended "heavy" drawer mode to detached drawers
- considered heavy if containing more than stacksize of items
- and was taken from drawer block that didn't have portability upgrade
- Fixed heavy drawer mode to check player inventory
- Made it possible to insert upgrades as normal items if sneak-clicking
- Detached drawer tooltip won't show stack limit if stack limit is not enforced in config
- 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
- Fixed TOP registration crash in server dev environment
- Fixed drawer screen title
- Restored the key buttons
- All keys and keyrings work in off-hand when placing drawers
- Changed render behavior for "custom item renderers", may fix some rendering problems
- Internal changes to support Storage Drawers Extras and other variant pack mods
- Language files made less redundant
- Fixed creative tab name
- Fix possible client crash opening Creative Tab