Skip to content
AbdElAziz edited this page Oct 14, 2022 · 3 revisions

Smooth Boot (Reloaded) is a mod that improves Minecraft multithread scheduling. The result is that Minecraft will load much smoother.

The mod is actually quite simple, it accomplishes this by modifying a few parameters Java offers to tweak parallel execution. This includes the number of threads used by Minecraft executors, and the priority of each thread. There are also some tasks that run faster using one thread compared to multiple threads, so these can be extracted to run on only one thread.

Everything Smooth Boot (Reloaded) changes is configurable in the mod config. The effects are applied after restart. you can edit the config in the config folder. The config file is smoothboot.json.

Clone this wiki locally