Mouse Tweaks Unofficial
Rank 726
Rank 525 among mods

Quick rating

Community listing page, reviews here may not be monitored by the author.

Mouse Tweaks Unofficial

By serenibyss
Overall rating distribution
0.5★ (no ratings)
1.0★ (no ratings)
1.5★ (no ratings)
2.0★ (no ratings)
2.5★ (no ratings)
3.0★ (no ratings)
3.5★ (no ratings)
4.0★ (no ratings)
4.5★ (no ratings)
1 rating (100%) · 5.0★
0.5★ 5★
Gameplay
0.0
Aesthetics
0.0
Performance rating distribution
0.5★ (no reviews)
1.0★ (no reviews)
1.5★ (no reviews)
2.0★ (no reviews)
2.5★ (no reviews)
3.0★ (no reviews)
3.5★ (no reviews)
4.0★ (no reviews)
4.5★ (no reviews)
1 review (100%) · 5.0★
0.5★ 5★

A continuation of MouseTweaks by YaLTeR for Minecraft 1.12.2

No Theme
No Genre
Mod Fork/Port
Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

5.0
Yzjdriel

Reputation ranks

Explorer 0 pts
Contributor 100 pts
Guide 500 pts
Veteran 1,500 pts
Luminary 4,000 pts

Ranks only ever go up; points can drop but your rank stays.

About reputation ranks
Total 1,000 hrs MC 1.12
The version(s) the reviewer played
Performance
5.0

The third of the ten mods every pack on 1.12 should install, no questions asked.

The mechanics of the vanilla cursor in inventory GUIs leaves a lot to be desired. MouseTweaks adds several contextual functionality improvements that have become so natural to use that I literally cannot play the game without them anymore. Moving items to and from inventories and quickly making crafting recipes are so greatly improved with this mod that not having it in a pack feels like a cardinal sin.

If you've made it this long without using this mod, please remedy that immediately. It will change your life (or at least the way you approach moving items around in your inventory).

0
0
Posted August 28, 2026 at 5:18:23 PM UTC
5.0
Yzjdriel

Reputation ranks

Explorer 0 pts
Contributor 100 pts
Guide 500 pts
Veteran 1,500 pts
Luminary 4,000 pts

Ranks only ever go up; points can drop but your rank stays.

About reputation ranks
Total 1,000 hrs MC 1.12
The version(s) the reviewer played
Performance
5.0

The third of the ten mods every pack on 1.12 should install, no questions asked.

The mechanics of the vanilla cursor in inventory GUIs leaves a lot to be desired. MouseTweaks adds several contextual functionality improvements that have become so natural to use that I literally cannot play the game without them anymore. Moving items to and from inventories and quickly making crafting recipes are so greatly improved with this mod that not having it in a pack feels like a cardinal sin.

If you've made it this long without using this mod, please remedy that immediately. It will change your life (or at least the way you approach moving items around in your inventory).

0
0
Posted August 28, 2026 at 5:18:23 PM UTC
5.0
Yzjdriel

Reputation ranks

Explorer 0 pts
Contributor 100 pts
Guide 500 pts
Veteran 1,500 pts
Luminary 4,000 pts

Ranks only ever go up; points can drop but your rank stays.

About reputation ranks
Posted August 28, 2026 at 5:18:23 PM UTC
Total 1,000 hrs MC 1.12
The version(s) the reviewer played
0
0

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
MouseTweaks 1.12.2-3.1.5

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

  1. 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.

  2. Installation

  3. Install Minecraft Forge.
  4. Put the Mouse Tweaks jar-file into the mods folder in your .minecraft directory.
  5. Mouse Tweaks API

    Configuration file: .minecraft/config/mousetweaks.cfg

  6. Tweaks

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. Replaces the standard mechanic if enabled.

Configuration setting: RMBTweak=1

Hold your right mouse button:
RMBTweak1

Drag your mouse around the crafting grid:
RMBTweak2

You can drag your mouse on top of existing items:
RMBTweak3

LMB Tweak (with item)

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

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

Hold shift and drag. Items of the same type will get "shift-clicked":
LMBTweak3

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)
LMBTweakWithShift1

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

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

Compatibility

Mouse Tweaks is compatible with everything based on GuiContainer (as long as the behavior isn't changed too much).

If your GUI isn't based on GuiContainer, or if you want to improve compatibility (making Mouse Tweaks ignore some slot, for example), take a look at the API Description.

Thank you to YaLTeR for creating and maintaining the original mod. See https://www.curseforge.com/minecraft/mc-mods/mouse-tweaks for the original mod and for versions outside of 1.12.2.


Feel free to include Mouse Tweaks in modpacks. If you want to list a download link to the mod, please use the CurseForge link so it counts towards the download count.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

1
Ratings
0
Followers
1
In stacks

By the numbers

Statistics

2.2m
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works