|
@@ -1,5 +1,6 @@
|
|
package me.lortseam.uglyscoreboardfix;
|
|
package me.lortseam.uglyscoreboardfix;
|
|
|
|
|
|
|
|
+import io.github.prospector.modmenu.api.ConfigScreenFactory;
|
|
import io.github.prospector.modmenu.api.ModMenuApi;
|
|
import io.github.prospector.modmenu.api.ModMenuApi;
|
|
import lombok.Getter;
|
|
import lombok.Getter;
|
|
import me.lortseam.completeconfig.CompleteConfig;
|
|
import me.lortseam.completeconfig.CompleteConfig;
|
|
@@ -39,4 +40,9 @@ public class UglyScoreboardFix implements ClientModInitializer, ConfigCategory,
|
|
return hide;
|
|
return hide;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @Override
|
|
|
|
+ public ConfigScreenFactory<?> getModConfigScreenFactory() {
|
|
|
|
+ return parent -> UglyScoreboardFix.getInstance().getConfigManager().buildScreen(parent);
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|