You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/latest/migrating.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ Dependencies are smaller mods that main mods rely on to function. If you are usi
40
40
41
41
### Performance
42
42
43
-
These are mods that are needed for playing the latest versions of Minecraft at a reasonable FPS. These will also help decrease frame times, hopefully eliminating spikes or stuttering. Note that some mods on this list may only be helpful when playing singleplayer, but will not harm your multiplayer experience.
43
+
These are mods that are needed for playing the latest versions of Minecraft at a reasonable FPS. These will also help decrease frame times, hopefully eliminating spikes or stuttering. Note that some mods on this list may only be helpful when playing singleplayer, but will not harm your multiplayer experience nor should they impact your vanilla experience.
44
44
45
45
| Mod | Description | Author |Incompatabilities | Notes |
46
46
| --- | --- | --- | --- | --- |
@@ -58,16 +58,18 @@ These are mods that are needed for playing the latest versions of Minecraft at a
58
58
|[Debugify](https://modrinth.com/mod/debugify)| Fixes several bugs in Minecraft, including a few which can effect performance. This will fix lag spikes when crossing chunks and when clicking on links or the resource pack folder button, reduces time it takes to load into a world, and fixes entity collision checks being needlessly calculated client side. |[isXander](https://github.com/isXander)|
59
59
|[Ixeris](https://modrinth.com/mod/ixeris)| Moved GLFW polling events off the render thread, improving performance when moving your camera. |[decce6](https://github.com/decce6)|
60
60
|[Audio Engine Tweaks](https://modrinth.com/mod/audio-engine-tweaks)| Fixes the sound pool overloading, allowing for sounds to continue playing at all time and without log spam. |[mattymatty97](https://github.com/mattymatty97)|
61
-
|[FastQuit](https://modrinth.com/mod/fastquit)| Allows you to go back to the title screen while the world is still loading or saving. It is done in a way that prevents world corruption. |[KingContaria](https://github.com/KingContaria)|| Only useful in singleplayer, can still use on multiplayer. |
62
61
|[Remove Reloading Screen](https://modrinth.com/mod/rrls)| Allows you to access other parts of the game by removing the reload screen except for the progress bar. |[dima_dencep](https://github.com/dimadencep)|
63
-
|[C2ME](https://modrinth.com/mod/c2me-fabric)| C2ME is an experimental mod that attempts to multithread chunk generation, I/O, and loading. |[RelativityMC](https://github.com/RelativityMC)|| Only useful in singleplayer, can still use on multiplayer. |
64
-
|[Very Many Players](https://modrinth.com/mod/vmp-fabric)| VMP attempts to alleviate the strain on servers when there are a large amount of players. |[RelativityMC](https://github.com/RelativityMC)|| Only useful in singleplayer while hosting with World Host, can still use on multiplayer. |
65
62
|[Particle Core](https://modrinth.com/mod/particle-core)| Several optimizations to particles in Minecraft and customization of particle rendering, i.e., being able to turn them on/off individually and putting them in a reduced state. |[fzzyhmstrs](https://github.com/fzzyhmstrs)|
66
63
|[Force Close Loading Screen](https://modrinth.com/mod/forcecloseworldloadingscreen)| Instantly closes the loading terrain screen on world changing and drastically reduces the resource pack loading screen duration. |[kennytv](https://github.com/kennytv)|
67
64
|[BadOptimizations](https://modrinth.com/mod/badoptimizations)| A collection of micro-optimizations. |[Thosea](https://github.com/imthosea)|
68
-
|[Structure Layout Optimizer](https://modrinth.com/mod/structure-layout-optimizer)| Attempts to optimize the generation of Jigsaw Structures and NBT pieces. |[TelepathicGrunt](https://github.com/TelepathicGrunt)|| Only useful in singleplayer, can still use on multiplayer. |
69
65
|[OptiPainting Reloaded](https://modrinth.com/mod/optipainting-reloaded)| Optimizes the rendering of paintings by not rendering the sides of the painting that are never visible. |[isXander](https://github.com/isXander) & [Microcontrollers](https://codeberg.org/MicrocontrollersDev)|
66
+
|[ScalableLux](https://modrinth.com/mod/scalablelux)| A mod based on Starlight that improves the performance of light updates in Minecraft. |[RelativityMC](https://github.com/RelativityMC)|| Only useful in singleplayer, can still use on multiplayer. |
67
+
|[FastQuit](https://modrinth.com/mod/fastquit)| Allows you to go back to the title screen while the world is still loading or saving. It is done in a way that prevents world corruption. |[KingContaria](https://github.com/KingContaria)|| Only useful in singleplayer, can still use on multiplayer. |
68
+
|[C2ME](https://modrinth.com/mod/c2me-fabric)| C2ME is an experimental mod that attempts to multithread chunk generation, I/O, and loading. |[RelativityMC](https://github.com/RelativityMC)|| Only useful in singleplayer, can still use on multiplayer. |
69
+
|[Very Many Players](https://modrinth.com/mod/vmp-fabric)| VMP attempts to alleviate the strain on servers when there are a large amount of players. |[RelativityMC](https://github.com/RelativityMC)|| Only useful in singleplayer while hosting with World Host, can still use on multiplayer. |
70
+
|[Server Core](https://modrinth.com/mod/servercore)| A mod that aims to optimize the minecraft server, with vanilla altering optimizations disabled by default. |[Wesley1808](https://github.com/Wesley1808)|
70
71
|[FastNoise](https://modrinth.com/mod/zfastnoise)| Adds multiple micro-optimizations to world generation. |[ZenXArch](https://codeberg.org/ZenXArch)|| Only useful in singleplayer while hosting with World Host, can still use on multiplayer. |
72
+
|[Structure Layout Optimizer](https://modrinth.com/mod/structure-layout-optimizer)| Attempts to optimize the generation of Jigsaw Structures and NBT pieces. |[TelepathicGrunt](https://github.com/TelepathicGrunt)|| Only useful in singleplayer, can still use on multiplayer. |
0 commit comments