Description
A lightweight client-side mod for Fabric 1.21 designed to enhance aiming precision. This mod dynamically adjusts your mouse sensitivity when your crosshair is hovering over another player, providing a "friction" effect.
Features
Dynamic Friction: Automatically slows down mouse movement when looking at entities (players).
In-Game Toggle: Quickly enable or disable the mod with a single keystroke.
Configuration Menu: Includes a custom GUI with a slider to fine-tune the friction intensity (Friction Factor).
Localization: Fully translated into English and German.
Controls (Default)
Action | Key -- | -- Toggle Friction | H Open Settings | K
Note: You can rebind these keys in the standard Minecraft Controls menu under the "Misc" category.
Technical Overview
Template: Based on the Fabric Example Mod.
Mappings: Uses Official Mojang Mappings.
Mixins: Injects into MouseHandler to modify mouse input processing in real-time.
GUI: Custom screen implementation using net.minecraft.client.gui.screens.Screen.


