Blur 2.2.1 - 1.17

Update to MidnightConfig v1.0.4
This commit is contained in:
Motschen
2021-06-21 18:24:25 +02:00
parent 994a975c6c
commit b77190c602
7 changed files with 399 additions and 301 deletions

View File

@@ -10,6 +10,6 @@ public class ModMenuIntegration implements ModMenuApi {
@Override
public ConfigScreenFactory<?> getModConfigScreenFactory() {
return parent -> new BlurConfig().getScreen(parent);
return parent -> BlurConfig.getScreen(parent,"blur");
}
}