Restore some ModMenu API
This commit is contained in:
parent
a071ad5052
commit
ac42631843
2 changed files with 18 additions and 12 deletions
|
@ -1,10 +1,12 @@
|
|||
package org.betterx.bclib.client.gui.modmenu;
|
||||
|
||||
import org.betterx.bclib.integration.modmenu.ModMenuIntegration;
|
||||
|
||||
@Deprecated()
|
||||
public class EntryPoint /*extends ModMenuIntegration*/ {
|
||||
public class EntryPoint extends ModMenuIntegration {
|
||||
//public static final Object entrypointObject = createEntrypoint(new EntryPoint());
|
||||
|
||||
public EntryPoint() {
|
||||
//super(MainScreen::new);
|
||||
super(MainScreen::new);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue