Mouse Tweaks Unofficial

A continuation of MouseTweaks by YaLTeR for Minecraft 1.12.2

File Details

MouseTweaks 1.12.2-3.0

  • R
  • Mar 26, 2021
  • 194.01 KB
  • 262
  • 1.12.2
  • Forge

File Name

MouseTweaks-3.0-mc1.12.2.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:mouse-tweaks-unofficial-461660:3251353")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

- Cleanup gradle
    - Add JEI soft dependency
    - Update MCP Mapping to stable_39
    - Update Forge to 14.23.5.2847
    - Drop mixin, liteloader
    - Refactor name, buildscripts, etc.
- Refactor Configs to use Forge Config annotations
    - Remove debug config as we are now using the event logger instead of stdout
    - Rework config Enums to use Strings as their value rather than ordinal
    - Fix Config file not being generated and instead being held on runtime, changeable only in-game
- Update code styles by including a default .editorconfig
- Remove all Liteloader compatibility, switch to purely Forge
- Refactor reflection of GuiContainer fields and methods slightly
- Add BSD-3 license to conform with licensing requirements for a published fork