Cleaned up
This commit is contained in:
@ -10,7 +10,6 @@ public class ModMenuIntegration implements ModMenuApi {
|
||||
|
||||
@Override
|
||||
public ConfigScreenFactory<?> getModConfigScreenFactory() {
|
||||
System.out.println("Does ModMenuIntegration even load?");
|
||||
return parent -> new ConfigScreen(parent);
|
||||
return ConfigScreen::new;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user