Shadows-of-Fire / PackMenu

Tool for editing the main menu in modpacks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PackMenu is suppressing any KubeJS startup errors

pietro-lopes opened this issue · comments

PackMenu makes no attempt to prevent other screens from showing, it uses a normal priority event handler to replace the title screen: https://github.com/Shadows-of-Fire/PackMenu/blob/1.18/src/main/java/shadows/packmenu/PackMenuClient.java#L145
It seems like KJS should be using a lower priority handler to show the error screen.

Thanks! I will report to KJS Team.