
tweak mouse sensitivity
make a 20000 dpi or even higher mouse works fine in mc
About this Mod
1.0.0.3
Version id with suffix 'a' means it works like cs series or Apex while 'b' means it's original idea. I'll update both when new mc version release. Chose the version on your own.
1.0.0.2
make the sensitivity procedule same as counterStrike2
1.0.0.1 or below
the dpi range provided by the mouse is going higher and higher, the origin mouse sensitivity procedure is not working cool when u set dpi to value like 20000.
this mod only do one simple thing: multiply the origin mouse sensitivity by itself when processing
Original Code:
Double value = that.client.options.getMouseSensitivity().getValue();
double d = value * 0.6F + 0.2F;
double e = d * d * d;
double f = e * 8.0;
i = that.cursorDeltaX * f;
j = that.cursorDeltaY * f;
Modified Code:
for versionID with suffix b
Double value = that.client.options.getMouseSensitivity().getValue();
double d = value * 0.6F + 0.2F;
double e = d * d * d * value; // Multiply e by mouseSensitivity
double f = e * 8.0;
i = that.cursorDeltaX * f;
j = that.cursorDeltaY * f;
for versionID with suffix a
somehow make it finnally same as cs2 which is 0.022 * cursorDeltaX|Y
The variables i and j are ultimately added to your look direction. f is used for non-spyglass views, while e is used for spyglass views.
Available Versions
How to Install tweak mouse sensitivity on Your Client
Install the Mod Loader Locally
Install fabric for your local Minecraft version.
Download the Matching File
Choose the tweak mouse sensitivity file for fabric and Minecraft 26.2.
Install Mod
Place the .jar file in your local .minecraft/mods folder and restart Minecraft. No server-side installation is required.
Compatibility
Mod Loaders
Minecraft Versions
26.2, 26.1.2, 26.1.1 (+19 more)
Server-side
✗ UnsupportedRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Does tweak mouse sensitivity need to be installed on the Minecraft server?
No. Modrinth marks tweak mouse sensitivity as unsupported on the server side. Install it only in your local Minecraft mods folder. Your server can remain unchanged unless the mod page lists an additional dependency.
Which version and loader does tweak mouse sensitivity require?
Use a file for fabric and your exact Minecraft version. Supported versions include 26.2, 26.1.2, 26.1.1. Files for different loaders are not interchangeable.
tweak mouse sensitivity is not working – what should I check?
First check the Minecraft version, loader version and required dependencies. Put the .jar file in your local .minecraft/mods folder and remove older duplicates. Because this mod is client-side, adding server RAM will not fix it.
Similar Mods
Minecraft Server for Your Group
tweak mouse sensitivity stays on your client. Host a compatible world for your group.