-
\ No newline at end of file
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 5e007b4..efa4529 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -10,11 +10,11 @@ import Counter from '../components/Counter.astro'
\ No newline at end of file
diff --git a/src/pages/midnightcontrols.astro b/src/pages/midnightcontrols.astro
index 1f81b77..0418cdc 100644
--- a/src/pages/midnightcontrols.astro
+++ b/src/pages/midnightcontrols.astro
@@ -26,22 +26,22 @@ import ContentMedia from '../components/ContentMedia.astro'
Features
-
+
Use your favorite controller to play your favorite game.
Many controllers are supported without any configuration!
-
+
You only have a touchscreen? No problem! The only thing missing is multitouch support.
Eye Trackers are a great way for people with disabilities to still be able to enjoy this great game!
-
+
The MidnightLib-powered config is full of exciting features.
Use the advanced config screen for even more of them!
-
+
Invite your homies and loved ones for a local splitscreen Minecraft session! Consult the wiki for setup instructions.
-
+
MidnightControls has an amazing community that is always willing to help with any trouble!
@@ -60,19 +60,19 @@ import ContentMedia from '../components/ContentMedia.astro'
You want even more?
- We got you!
- MidnightControlsExtra provides useful features that might trigger anticheats.
+ We got you!
+ MidnightControlsExtra provides useful features that might trigger anticheats.
Front block placing, anyone?
-
+
Place those pesky blocks almost as fast as Sonic would!
-
- Place blocks in front of you without sneaking up to the edge of the block.
Many controllers are supported without any configuration!
+
+ Place blocks in front of you without sneaking up to the edge of the block.
Just like on Bedrock!
-
+
Easily place something below the block you are standing on!
diff --git a/src/pages/midnightlib.astro b/src/pages/midnightlib.astro
index de0e3bb..3cdcd93 100644
--- a/src/pages/midnightlib.astro
+++ b/src/pages/midnightlib.astro
@@ -27,22 +27,22 @@ import ContentMedia from '../components/ContentMedia.astro'
Features
-
+
Size of the .jar is currently just 50KB.
Everything essential for the config (including GUI) is only 30KB!
-
+
Bundle MidnightLib with your mod with ease. Gone are the days of installing dependencies manually!
-
+
Automatic generation of config screens (and server-side commands) makes adding config options a breeze!
-
- Supports booleans, numbers (int, float, double), strings, enums, hex colors and string lists!
+
+ Supports booleans, numbers (int, float, double), strings, enums, hex colors and lists!
-
- Organize your config screen using comments, sliders, colors and tabs.
+
+ Organize your config screen using comments, sliders, color pickers, file choosers and tabs.
-
+
MidnightLib is compatible with Quilt, Fabric and (Neo-)Forge, making it ideal for multiplatform mods!
diff --git a/src/pages/wiki/midnightlib.mdx b/src/pages/wiki/midnightlib.mdx
index e63d7a6..a47219c 100644
--- a/src/pages/wiki/midnightlib.mdx
+++ b/src/pages/wiki/midnightlib.mdx
@@ -39,7 +39,7 @@ dependencies {
Info: 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.
@@ -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");
-}`
+}
```
\ No newline at end of file