Skip to content

GTNewHorizons/MouseTweaks

 
 

Repository files navigation

MouseTweaks

Mouse Tweaks replaces the standard RMB dragging mechanic, adds two new LMB dragging mechanics and an ability to quickly move items with the scroll wheel.

About this fork

All modloader support has been removed, except for FML. This means that just using LiteLoader or OptiFine will not load this mod. You are welcome to open a pull request if you figure out how to get LiteLoader mods to build.

Tweaks

(The majority of this section was taken from Mouse Tweaks' CurseForge listing.)

Configuration file: .minecraft/config/MouseTweaks.cfg

RMB Tweak

Very similar to the standard RMB dragging mechanic, with one difference: if you drag over a slot multiple times, an item will be put there multiple times.

Configuration setting: RMBTweak=... (0 off / 1 on (default))

Hold down the right mouse button:

rmb1

Drag your mouse around the crafting grid:

rmb2

You can drag your mouse on top of existing items:

rmb3

LMB Tweak (with item)

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

Configuration setting: LMBTweakWithItem=... (0 off / 1 on (default))

Hold your left mouse button to pick up an item:

lmbitem1

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

lmbitem2

Hold shift and drag. Items of the same type will be moved to the other inventory ("shift-clicked"):

lmbitem3

LMB Tweak (without item)

Quickly move items into another inventory.

Configuration setting: LMBTweakWithoutItem=... (0 off / 1 on (default))

Hold shift, then hold your left mouse button:

lmbnoitem1

Drag your mouse across the inventory. Items will be moved to the other inventory ("shift-clicked"):

lmbnoitem2

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 settings:

WheelTweak=... (0 off / 1 on (default))

WheelSearchOrder=...: When moving items from an inventory, the mod will search for items...

  • 0 = first to last
  • 1 = last to first (default)

WheelScrollDirection=...:

  • 0 = scroll up to pull items (to cursor), scroll down to push items (from cursor) (default)
  • 1 = inverse of 1; scroll up to push items, scroll down to pull items
  • 2 = "Inventory Position Aware"
    • mouse cursor in player (bottom) inventory: scroll up to push items, scroll down to pull items
    • mouse cursor in other (top) inventory: scroll up to pull items, scroll down to push items
  • 3 = inverse of 2
    • mouse cursor in player (bottom) inventory: scroll up to pull items, scroll down to push items
    • mouse cursor in other (top) inventory: scroll up to push items, scroll down to push items

ScrollItemScaling=...:

  • 0 = "Multiple Wheel Clicks Move Multiple Items" (default)
  • 1 = "Always Move One Item (macOS Compatibility)"