Positioning incorrect when running Mod Menu 6.2.0 on Quilt
iiPythonx opened this issue · 2 comments
Running Main Menu Credits 1.1.1 with Mod Menu 6.1.0 generates the expected results:
However, running Mod Menu 6.2.0 instead generates the following:
As you can see, the text is pushed down an extra line.
From what I can gather, Mod Menu's shiftButtons
method is causing the problem, and Main Menu Credits' compatibility layer to prevent said method from calling has stopped working.
That being said, the only thing that has changed is adding an instanceof
check for ClickableWidgets
.
I'm not sure whether to report this here or in the Mod Menu repo, as the problem seems to be on their side.