Various design improvements

This commit is contained in:
Martin Prokoph
2024-09-18 14:23:17 +02:00
parent b2e20fa63b
commit b8272c378f
11 changed files with 47 additions and 37 deletions

View File

@@ -39,7 +39,7 @@ dependencies {
<Icon name="ion:information-circle-outline" />
<p>
<strong>Info:</strong> You should always pick the version that suits your modloader and Minecraft version best.
The version selector is finally fully functional!
Forge support is retired in favor of NeoForge.
</p>
</Notification>
@@ -172,5 +172,5 @@ If you don't use the whole library and therefore not the automatic ModMenu integ
@Override
public ConfigScreenFactory<?> getModConfigScreenFactory() {
return parent -> MidnightConfig.getScreen(parent, "modid");
}`
}
```