The mod changes the way that quickbar swapping works when you have more than 2 quickbars. Instead of each quickbar being an individual bar, it groups them into pairs of 2 bars, and you can swap those two bars. You can then as you normally would swap the pair of two bars at the same time using a new shortcut SHIFT + X.
Source: https://github.com/Aidiakapi/alternating_quickbar
Changelog:
1.1.0:
- Updated to 0.16
- Use the improved
swap_stack
function to maintain the in-cursor indicator.
1.0.0:
- Initial version