More options for ModSyncing and Screen to display missmatching mods

This commit is contained in:
Frank 2021-08-25 15:10:51 +02:00
parent b959e17c18
commit 4692831007
9 changed files with 206 additions and 111 deletions

View file

@ -70,6 +70,11 @@ public abstract class GridScreen extends Screen {
public Font getFont(){
return this.font;
}
@Override
public boolean isPauseScreen() {
return true;
}
@Override
public <T extends GuiEventListener & Widget & NarratableEntry> T addRenderableWidget(T guiEventListener) {