Mouse Tweaks Mod

Mouse Tweaks Mod replaces the standard RMB dragging mechanic, and adds two new LMB dragging mechanics and an ability to quickly move items with the scroll wheel. Everything can be enabled and disabled in the configuration file or in Forge’s mod options menu.

Mouse-Tweaks-Mod.jpg

Configuration file: .minecraft/config/MouseTweaks.cfg

Features:

RMB Tweak

It is very similar to the standard RMB dragging mechanic but one difference: If you drag over a slot multiple times, an item will be put there multiple times, and you can replaces the standard mechanic if enabled.

Configuration setting: RMBTweak=1

Hold your right mouse button:

Mouse-Tweaks-Mod-1.png

Drag your mouse around the crafting grid:

Mouse-Tweaks-Mod-2.png

You can even drag your mouse on top of existing blocks:

Mouse-Tweaks-Mod-3.png

LMB Tweak (with item)

It lets you quickly pick up or move items of the same type.

Configuration setting: LMBTweakWithItem=1

Hold your left mouse button to pick up an item:

Mouse-Tweaks-Mod-4.png

Drag your mouse across the inventory. Items of the same type will be picked up:

Mouse-Tweaks-Mod-5.png

Hold shift and drag. Items of the same type will get “shift-clicked”:

Mouse-Tweaks-Mod-6.png

LMB Tweak (without item)

Quickly move items into another inventory.

Configuration setting: LMBTweakWithoutItem=1

Hold shift, then hold your left mouse button:(Mouse cursor is not visible for some reason)

Mouse-Tweaks-Mod-7.png

Drag your mouse across the inventory. Items will get “shift-clicked”:(Mouse cursor is not visible for some reason)

Mouse-Tweaks-Mod-8.png

Wheel Tweak

Scroll to quickly move items between inventories. When you scroll down on an item stack, its items will be moved one by one. When you scroll up, items will be moved into it from another inventory.

Configuration setting: WheelTweak=1

Configuration setting: WheelSearchOrder=1

  • When you scroll up, the mod will search for items from last to first (when this is set to 1) or from first to last (when this is set to 0).

Configuration setting: WheelScrollDirection=0

  • Set this to 1 to invert the default scroll actions. So, when set to 1, scrolling down will pull the items and scrolling up will push the items.
  • Set this to 2 to enable the inventory position aware scrolling. Scrolling up will push the items into the other inventory if it’s above the selected slot, or pull items from the other inventory if it’s below the selected slot. Vice versa for scrolling down.

Configuration setting: OnTickMethodOrder=Forge, LiteLoader

  • Mouse Tweaks can use multiple APIs for an OnTick method that it requires. You can use this setting to control the API it prefers. This shouldn’t really matter at all. If a method isn’t supported (for example, you don’t have the API installed) the mod will proceed to check the next ones.

Configuration setting: ScrollHandling=0

  • Toggles between “smooth scrolling, minor issues” (0) and “non-smooth scrolling, no issues” (1). When set to smooth scrolling, minor issues may be experienced such as scrolling “through” JEI or other mods. When set to non-smooth scrolling, those issues will not happen, but the scrolling will be a little non-smooth. Non-smooth scrolling works only with the Forge OnTick method.
  • This option is set to smooth scrolling by default because the aforementioned issues require rather specific conditions to trigger and aren’t very impactful, while scrolling items is something you do all the time and want the experience to be as good as possible.

Requires:

Minecraft Forge

or

Fabric Modloader & Fabric API

How to install:

Use Forge Loader

  • Make sure you have already installed Minecraft Forge.
  • Locate the minecraft application folder.
    • On windows open Run from the start menu, type %appdata% and click Run.
    • On mac open finder, hold down ALT and click Go then Library in the top menu bar. Open the folder Application Support and look for Minecraft.
  • Place the mod you have just downloaded (.jar file) into the Mods folder.
  • When you launch Minecraft and click the mods button you should now see the mod is installed.

Use Fabric Loader

  • Make sure you have already installed Fabric Modloader
  • Run recently downloaded .jar file, choose the version you want and press “Install.”
  • Run Minecraft, select the profile with Fabric installed and press Play
  • Press Start on Desktop
  • Choose Run
  • Type %appdata% onto Run and press Enter.
  • Goes into Roaming/.minecraft/mods
  • Put the jar. Files onto the mod folder and run Minecraft.

Mouse Tweaks Mod Download Links:

File Name Status Game Version Date
[1.17.1] Mouse Tweaks 2.15 Fabric Release 1.17.1 Nov 5, 2021
[1.17.1] Mouse Tweaks 2.15 Forge Release 1.17.1 Nov 5, 2021
[1.17.1] Mouse Tweaks 2.14 Release 1.17.1 Jul 24, 2021
[1.16.2+] Mouse Tweaks 2.14 Release 1.16.5 Feb 13, 2021
[1.16.2] Mouse Tweaks 2.13 Release 1.16.4 Aug 18, 2020
[1.15.1] Mouse Tweaks 2.13 Release 1.15.2 Dec 25, 2019
[1.14.4] Mouse Tweaks 2.13 Release 1.14.4 Dec 25, 2019
[1.15.1] Mouse Tweaks 2.13 Release 1.15.x Dec 25, 2019
[1.14.4] Mouse Tweaks 2.13 Release 1.14.4 Dec 25, 2019
[1.12.2] Mouse Tweaks 2.10 Release 1.12.2 Feb 11, 2019
[1.12.1] Mouse Tweaks 2.8 Release 1.12.2 Aug 10, 2017
[1.12] Mouse Tweaks 2.8 Release 1.12 Jul 15, 2017
[1.11.2] Mouse Tweaks 2.8 Release 1.11.2 Mar 4, 2017
[1.10.2] Mouse Tweaks 2.8 Release 1.10.2 Mar 4, 2017
[1.11] Mouse Tweaks 2.7 Release 1.11 Dec 7, 2016
[1.9.4] Mouse Tweaks 2.6.3 Release 1.9.4 May 31, 2016
[1.9] Mouse Tweaks 2.6.2 Release 1.9 Mar 27, 2016
[1.8.9] Mouse Tweaks 2.6.2 Release 1.8.9 Mar 17, 2016
MouseTweaks-2.5.0-mc1.8.jar Release 1.8 Feb 16, 2015
MouseTweaks-2.4.4-mc1.7.10.jar Release 1.7.10 Jul 23, 2014
MouseTweaks-2.4.3-mc1.7.2.jar Release 1.7.2 Jun 5, 2014
_1.6.4__Mouse_Tweaks_2.3.4.zip Release 1.6.4 Sep 27, 2013
_1.6.2__Mouse_Tweaks_2.3.3.zip Release 1.6.2 Aug 27, 2013
_1.5.2__Mouse_Tweaks_2.0.3.zip Release 1.5.2 Aug 27, 2013

Credits: YaLTeR97

Related Posts