More options for ModSyncing and Screen to display missmatching mods
This commit is contained in:
parent
b959e17c18
commit
4692831007
9 changed files with 206 additions and 111 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue