The mod Loader Utilities (1.1.7) caused a non-recoverable error.
Please report this error to the mod author.
Error while running event loader-utils::on_load()
value for required parameter 1 (first) is missing
stack traceback:
[C]: in function 'compare_versions'
__loader-utils__/control.lua:25: in function <__loader-utils__/control.lua:24>
Hey @protocol_1903, you're missing a null-check on script.active_mods["loaders-modernized"] before passing it to compare_versions(). The error above mentions on_load() but the issue exists in on_init() as well.