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
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,10 @@ These are mods that are needed for playing the latest versions of Minecraft at a
92
92
|[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)|
93
93
|[Noisium](https://modrinth.com/mod/noisium)| Optimizes world generation when generating new chunks. |[Steveplays](https://github.com/Steveplays28)|
94
94
|[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)|
95
+
|[AsyncParticles](https://modrinth.com/mod/asyncparticles)| Improves particle performance by implementing async particle rendering and ticking. |[Harvey Husky](https://github.com/Harveykang)|
95
96
|[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)|
97
+
|[BadOptimizations](https://modrinth.com/mod/badoptimizations)| A collection of micro-optimizations. |[Thosea](https://github.com/imthosea)|
98
+
|[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)|
96
99
97
100
### Other Performance Mods
98
101
@@ -131,6 +134,7 @@ These are mods that I personally recommend due to their usefulness. While they m
131
134
|[Better Mipmaps](https://modrinth.com/mod/better-mipmaps)| Unlocks mipmap levels higher than 4 to reduce visual arifacts with high resolution resource packs. |[sidit77](https://github.com/sidit77)|
132
135
|[Fix Keyboard on Linx](https://modrinth.com/mod/fix-keyboard-on-linux)| Fix several issues regarding key input on Linux. |[Ishland](https://github.com/ishland)|| Works on Linux only, will do nothing for other OS's. Has not been listed as compatible for 1.21+, but it should work with no changes. |
133
136
|[MacOS Input Fixes](https://modrinth.com/mod/macos-input-fixes)| Fix several issues regarding key input on MacOS. |[hamarb123](https://github.com/hamarb123)|| Not listed as 1.21.1 compatible, but should work regardless. |
137
+
|[Unsafe World Random Access](https://modrinth.com/mod/uwrad)| Detects unsafe off-thread world random access, helping to find causes of "Accessing LegacyRandomSource from multiple threads" crash. |[RelativityMC](https://github.com/RelativityMC)|
134
138
135
139
### Other Cool Mods
136
140
@@ -201,18 +205,23 @@ These are mods that are more dependant on personal preference than importance.
201
205
|[Better Elytra Render](https://modrinth.com/mod/better-elytra-render)| Improves the look of elytra by changing its position on the player. |[KGriffon](https://github.com/kgriff0n)|
202
206
|[Confirm Disconnect](https://modrinth.com/mod/confirm-disconnect)| Adds a confirmation dialogue before exiting your world/server. |[Microcontrollers](https://github.com/MicrocontrollersDev)|
203
207
|[No Recipe Book Shift](https://modrinth.com/mod/no-recipe-book-shift)| Prevents the recipe book from shifting the screen! |[Microcontrollers](https://github.com/MicrocontrollersDev)|
208
+
|[View Model](https://modrinth.com/mod/no-ones-view-model)| Lets you change the hands positions, similar to Overflow Animations and Dulkir. |[No-One](https://github.com/I-No-oNe)|
209
+
|[Dark Loading Screen](https://modrinth.com/mod/dark-loading-screen)| Makes the loading screen darker. Allows for some customization. |[A5b84](https://github.com/A5b84)|
|[SkyBlock Custom Scoreboard](https://modrinth.com/mod/skyblock-custom-scoreboard)| SkyHanni's CustomScoreboard for modern Hypixel SkyBlock. |[Meowdding](https://github.com/meowdding)|
211
218
|[Skyblocker](https://modrinth.com/mod/skyblocker-liap)| A general purpose Hypixel Skyblock utility mod. |[SkyblockerMod Team](https://github.com/SkyblockerMod)|
219
+
|[SkyBlock Profile Viewer](https://modrinth.com/mod/skyblock-profile-viewer)| A modern Hypixel SkyBlock profile viewer. |[Meowdding](https://github.com/meowdding)|
212
220
|[Skyblock Tweaks](https://modrinth.com/mod/sbt)| A Hypixel SkyBlock mod for the latest version providing many tweaks and gameplay enhancements. |[MisterCheezeCake](https://github.com/MisterCheezeCake)|
213
221
|[Firmament](https://modrinth.com/mod/firmament)| An NEU inspired Skyblock mod. |[nea890](https://github.com/nea89o)|
214
-
|[SkyCubed](https://modrinth.com/mod/skycubed)| SkyCubed is a Hypixel SkyBlock UI overhaul mod, changing all aspects of the UI in-game to be more inline into it looking like its own game. |[ThatGravyBoat](https://github.com/ThatGravyBoat)|
222
+
|[SkyCubed](https://modrinth.com/mod/skycubed)| SkyCubed is a Hypixel SkyBlock UI overhaul mod, changing all aspects of the UI in-game to be more inline into it looking like its own game. |[Meowdding](https://github.com/meowdding)|
215
223
|[Skylens](https://modrinth.com/mod/skylens)| Skylens is a highly customizable mod that shows missing enchants, has a pet XP overlay, and a compact level display. |[nextrg](https://github.com/nextrg)|
224
+
|[SkyOcean](https://modrinth.com/mod/skyocean)| SkyOcean is a mod that aims to improve the playing experience while staying true to the skyblock style, meaning that we aim to integrate with the base game in a seamless way. |[Meowdding](https://github.com/meowdding)|
0 commit comments