Added Test Screen

This commit is contained in:
Frank 2022-07-15 00:57:29 +02:00
parent 7806fd4209
commit 4894f5602c
2 changed files with 62 additions and 0 deletions

View file

@ -26,6 +26,7 @@ public class ModMenuEntryPoint implements ModMenuApi {
@Override
public ConfigScreenFactory<?> getModConfigScreenFactory() {
//return (parent) -> new TestScreen(Component.literal("Hello Test"));
return (parent) -> new MainScreen(parent);
}