diff --git a/src/content/docs/tools/server-software.mdx b/src/content/docs/tools/server-software.mdx index cd0a154b14..0924ce42c6 100644 --- a/src/content/docs/tools/server-software.mdx +++ b/src/content/docs/tools/server-software.mdx @@ -92,16 +92,25 @@ It is highly recommended that you do not use 1.8 or any of its other releases. H #### Forge -Forge is a modding API and server jar. It is most commonly used for servers with large modpacks. However, it is not very optimized and suffers from poor performance. +Forge is a modding API and server jar. It is most commonly used for servers with large modpacks. However, it is not very optimized and can suffer from poor performance. +#### NeoForge + +NeoForge is a fork of the Forge project with almost all of the original team [excluding LexManos](https://neoforged.net/news/theproject/), made to fix its community issues and to provide better support to modders and later versions of Minecraft. + + #### Fabric -Fabric is similar to Forge (but not a fork) in the sense that it also supports mods. These mods can change practically any mechanic of the game. Fabric also has a great amount of optimization mods such as Lithium, Starlight, Phosphor etc. Take a look at [this list](https://github.com/NordicGamerFE/usefulmods) +Fabric is another modding API and server jar. Fabric mods are able to change practically any mechanics of the game, is more lightweight compared to Forge, and generally performs better than vanilla thanks to the wide range of optimization mods avaliable such as Lithium, Starlight, ModernFix etc. Take a look at [this list](https://github.com/NordicGamerFE/usefulmods).