CurseForge · Minecraft mod
Stutterfix Refoxed
Reduce stuttering when generating new chunks
Quick answer
Which Stutterfix Refoxed release should I use?
Stutterfix Refoxed stutterfix-mc1.21.1-0.2.4.jar targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is Stutterfix Refoxed required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does Stutterfix Refoxed stutterfix-mc1.21.1-0.2.4.jar need?
stutterfix-mc1.21.1-0.2.4.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Stutterfix Refoxed without breaking your instance.
Built for Stutterfix Refoxed stutterfix-mc1.21.1-0.2.4.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use stutterfix-mc1.21.1-0.2.4.jar. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside stutterfix-mc1.21.1-0.2.4.jar. It opens that exact file at the source.
About this project
What does Stutterfix Refoxed add?
NOTE: THIS IS NOT MY MOD, IT'S A PORT OF STUTTERFIX TO NEOFORGE 1.21.1
All credits to Wisecase2 Original mod: https://www.curseforge.com/minecraft/mc-mods/stutterfix
StutterFix
StutterFix is a mod that allows you to configure the main threads of the game, allowing you to control stuttering. By default, the mod already comes with an approximate configuration to reduce stuttering.
This port includes the full option menu and all features from the original version 0.2.3, with identical behavior on NeoForge 1.21.1.
Option Menu
There are five options available for configuration, with N being the number of threads your processor supports:
Worker threads count
Vanilla default N - 1, StutterFix default N - 5, is the number of threads running to perform tasks like generating chunks. The smaller the value, the less CPU overhead, reducing stuttering, and the slower the chunk generation speed.
Priority cutoff point
Indicates the cutoff point for the priority of worker threads. The higher the value, the higher the first part of the threads will be with normal priority and the lower the last part will be with minimum priority. The value must be less than the number of worker threads to have the cutoff point, otherwise all threads will be with normal priority. Threads with minimum priority help reduce stuttering.
Render thread priority
The rendering thread is where the client runs, such as the player, sound, inputs, and rendering.
Server thread priority
In singleplayer mode, the game starts the integrated server that runs the entire world, such as ticks, entities and initializing the generation of chunks (which will be executed in the worker threads). This option only appears when playing in a world in singleplayer mode.
Remove Yield()
The rendering thread has a call made in each loop, called yield(), with the function of informing the "scheduler" that the current thread is willing to abandon the current use of the processor to other threads. Removing yield() can make fps more stable. This option is automatically hidden when VulkanMod is detected, for compatibility.
The Worker Threads Count and Priority cutoff point settings have little effect in multiplayer because the world is generated by the server and therefore there are no stuttering issues for the client caused by the generation in the world.
Disabling GUI
In the config folder in the .minecraft directory there is the stutterfix-config.json configuration file, where there is the "hide_gui" option, set it to true to disable the game interface, if you want the interface again, set it to false. It is worth remembering that it is necessary to start the game with the updated mod at least once to have the configuration in the file.
Other mods I recommend
I recommend using this mod with the Sodium mod and Concurrent Chunk Management Engine (C2ME). On NeoForge, use the NeoForge editions/ports of these mods.
Warnings
The mod does not affect the stuttering problem that occurs due to the garbage collector, I reduced the problem by using -XX:+UseShenandoahGC and allocating more memory in jvm arguments, do a search for jvm arguments for minecraft to get more information.
Project description from CurseForge.
Pick your setup
Stutterfix Refoxed by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Stutterfix Refoxed versions and loaders
stutterfix-mc1.21.1-0.2.4.jar
3 Sept 2026
stutterfix-mc1.21.1-0.2.3.jar
15 Aug 2026
Looking for an older file? The official CurseForge project page is in Resources.