mirror of
https://github.com/TeamMidnightDust/MidnightLib.git
synced 2025-12-16 17:25:09 +01:00
clean: additional refactoring
This commit is contained in:
@@ -21,6 +21,7 @@ public class AutoModMenu implements ModMenuApi {
|
||||
MidnightConfig.configInstances.forEach((modid, cClass) -> {
|
||||
if (!MidnightLib.hiddenMods.contains(modid))
|
||||
map.put(modid, parent -> MidnightConfig.getScreen(parent, modid));
|
||||
}); return map;
|
||||
});
|
||||
return map;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user