Client Tweaks

There, I fixed Minecraft for you. Various optional tweaks to improve Minecraft Quality of Life.

File Details

clienttweaks-fabric-26.1.2-26.1.2.2.jar

  • R
  • Apr 24, 2026
  • 267.17 KB
  • 851
  • 26.1.2
  • Fabric

File Name

clienttweaks-fabric-26.1.2-26.1.2.2.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:client-tweaks-251407:7976411"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Note: The config file has been restructured to account for the growing number of tweaks. You will need to reconfigure your tweaks.

- Added `alwaysPrioritizeExperienceBar` tweak with keybind
- Added `hideShieldUnlessBlocking` option
- Added `is_torch`, `is_tool`, `is_food`, `is_firework`, `is_weapon` and `requires_shift_to_mine` rules for use with [Shogi](https://www.curseforge.com/minecraft/mc-mods/shogi)
- Removed some legacy config options and exposed them as Shogi rules instead
  - The options to define additional trigger items came from a time before Mojang introduced Item Components. Nowadays item functionalities are a lot more standardized, so in most cases, they are no longer needed.
  - For edge cases that are not covered by the defaults, Shogi can be used via `config/clienttweaks.rules.json`. See the Shogi documentation for more information.
- Fixed `hideShieldUnlessWeapon` testing player components instead of item components