Files
test/config/iteminteractions-server.toml
luxtracon 60535c0011 Initial Commit
Commit Suicide

add disabled jars to lfs

remove mods

re-add mods
2025-11-01 18:08:31 +01:00

11 lines
729 B
TOML

#Allow extracting / inserting only a single item from a container item instead of all items from the selected slot while a modifier key is held.
#In precision mode left-clicking inserts an item, and right-clicking extracts a single item, overriding vanilla mouse interactions. The scroll wheel can also be used for quickly moving items.
#Default Value: true
allow_precision_mode = true
#Allow using the mouse wheel to scroll between slots in an item tooltip to choose the next item to extract.
#Default Value: true
allow_slot_cycling = true
#Allow dragging the mouse while holding a container item to insert hovered items, or to extract container contents to empty hovered slots.
#Default Value: true
allow_mouse_dragging = true