Added Test Screen
This commit is contained in:
parent
7806fd4209
commit
4894f5602c
2 changed files with 62 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue