Disabled ModMenu for now

This commit is contained in:
Frank 2022-10-28 18:11:05 +02:00
parent ff77134ead
commit a071ad5052
4 changed files with 37 additions and 48 deletions

View file

@ -1,12 +1,10 @@
package org.betterx.bclib.client.gui.modmenu;
import org.betterx.bclib.integration.modmenu.ModMenuIntegration;
@Deprecated()
public class EntryPoint extends ModMenuIntegration {
public static final Object entrypointObject = createEntrypoint(new EntryPoint());
public class EntryPoint /*extends ModMenuIntegration*/ {
//public static final Object entrypointObject = createEntrypoint(new EntryPoint());
public EntryPoint() {
super(MainScreen::new);
//super(MainScreen::new);
}
}