Add disable_pause to support World Preview Pause to be compatible with resetti.
Add utility_mode to support SeedQueue and Ranked to be compatible with resetti.
Add alt_res to be either an array of strings or just a singular string (backwards compat). Makes setting up multiple keybinds for multiple resolutions easier.
Add hooks.alt_res to be either an array of strings or just a singular string (backwards compat). Makes setting up multiple hooks for each of the alt_ress easier.
Add hooks.normal_res to be either an array of strings or just a singular string (backwards compat). Makes setting up multiple hooks for toggles from each of the alt_ress to normal_ress easier.
Refactors:
Fixed setting source index for background image sources on OBS.
Refactored setting source index.
Invalid source indices are ignored.
Refactor multiple alt_res setting.
Important Features:
Add a new stateoutput class for the latest stateoutput mod.
Context awareness to ingame keybinds (to suspend keybind actions when Minecraft window is not focussed).
Features:
Config Changes:
disable_pause
to support World Preview Pause to be compatible with resetti.utility_mode
to support SeedQueue and Ranked to be compatible with resetti.alt_res
to be either an array of strings or just a singular string (backwards compat). Makes setting up multiple keybinds for multiple resolutions easier.hooks.alt_res
to be either an array of strings or just a singular string (backwards compat). Makes setting up multiple hooks for each of thealt_res
s easier.hooks.normal_res
to be either an array of strings or just a singular string (backwards compat). Makes setting up multiple hooks for toggles from each of thealt_res
s tonormal_res
s easier.Refactors:
alt_res
setting.Important Features: