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