Files
Gregtech-New-Bastards/.minecraft/config/MouseTweaks.cfg
samsonsin 90b3575aea initial
2025-05-29 23:26:10 +02:00

36 lines
1.1 KiB
INI

# Configuration file
general {
# Scroll Scaling
# 0 - Multiple Wheel Clicks Move Multiple Items
# 1 - Always Move One Item (macOS Compatibility) [range: 0 ~ 1, default: 0]
I:ScrollItemScaling=0
# Wheel Scroll Direction
# 0 - Down to Push, Up to Pull
# 1 - Up to Push, Down to Pull
# 2 - Inventory Position Aware
# 3 - Inventory Position Aware, Inverted
# [range: 0 ~ 3, default: 0]
I:WheelScrollDirection=0
# Lets you quickly pick up or move items of the same type [default: true]
B:LMBTweakWithItem=false
# Quickly move items into another inventory [default: true]
B:LMBTweakWithoutItem=true
# Scroll to quickly move items between inventories [default: true]
B:WheelTweak=false
# Wheel Inventory Slot Search Order
# 0 - First to Last
# 1 - Last To First [range: 0 ~ 1, default: 1]
I:WheelSearchOrder=1
# 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. [default: false]
B:RMBTweak=true
}