<!-- Release notes generated using configuration in .github/release.yaml at main -->
### Changed
* Fix quick moving items into dispensers
* Mod must now be installed on client and server and the config enabled for this to work on servers
* Notch forgot to implement the quick move function for dispensers so client support alone is not feasible
* Remove explicit crates support (crates should implement the quick move function)
<!-- Release notes generated using configuration in .github/release.yaml at main -->
## What's Changed
### Added
* Add modern double `Left-Click` to fill empty cursor with picked up item (searches open inventory screen for the item to fill the cursor).
* Add `Shift + Click` to move armor onto player armor slots when in player inventory.
* Add `Shift + Click` to move items into and out of dispensers when in dispenser inventories.
* Add `Shift + Click` to move smeltable/fuel items into furnaces when furnace screen is open (same behavior as modern, logs will go into smelt slot rather than fuel slot).
<!-- Release notes generated using configuration in .github/release.yaml at main -->
## What's Changed
### Added
* Add `Ctrl-Click` crafting mechanic for quickly crafting a single stack of items into your inventory
* Add `Right-Click` crafting mechanic for quickly crafting a single stack of items into your cursor
### Changed
* Moved `Shift-Click` crafting config to config group with other crafting result configs
* Add ability to stop `Shift-Click` crafting when crafting result changes (default: true)
<!-- Release notes generated using configuration in .github/release.yaml at main -->
- Fix small bug with left-click shift + drag where shift clicking items would be item specific when cursor was empty
- Make modern vanilla right-click drag behavior the default instead of MouseTweaks right-click drag
<!-- Release notes generated using configuration in .github/release.yaml at main -->
* Add ability to do modern shift click crafting
* This lets you craft a whole stack of items at once while holding shift and clicking on the crafting result
<!-- Release notes generated using configuration in .github/release.yaml at main -->
## What's Changed
### Changed
* UDOC-0 - Update mod info page wording and add client-side tag by @telvarost in https://github.com/telvarost/InventoryTweaks-StationAPI/pull/12
<!-- Release notes generated using configuration in .github/release.yaml at main -->
## What's Changed
### Added
* Improved multiplayer support by @telvarost in https://github.com/telvarost/InventoryTweaks-StationAPI/pull/11
* Features on multiplayer are slightly simplified to accommodate what vanilla servers are capable of.
<!-- Release notes generated using configuration in .github/release.yaml at main -->
## What's Changed
### Added
* Port in MouseTweaks except for scroll wheel tweaks by @telvarost in https://github.com/telvarost/InventoryTweaks-StationAPI/pull/9
* Add unique scroll wheel tweak for moving items between cursor and hovered slot by @telvarost in https://github.com/telvarost/InventoryTweaks-StationAPI/pull/9
* Add config menus for mod allowing all changes to be enabled/disabled by @telvarost in https://github.com/telvarost/InventoryTweaks-StationAPI/pull/9