diff options
author | Wuzzy <almikes@aol.com> | 2016-11-30 14:39:03 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-11-30 14:39:03 +0100 |
commit | f99edc0ce85f694685c2a178c8aee3fd667d0f1a (patch) | |
tree | f14b7c6d62df233c7f9277cdcd3cf3b6d87d8f8b /init.lua | |
parent | 7578ad8fe7874eaba29bc339e4b906f374b1e22c (diff) |
“drop” itemstack → “put” itemstack
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -295,10 +295,10 @@ Taking: You can take items from an occupied slot if the cursor holds nothing. • Right click: take half from the item stack (rounding up if odd number) • Middle click: take 10 items from the item stack -Dropping: You can drop items onto a slot if the cursor holds 1 or more items and the slot is either empty or contains an item stack of the same item type. -• Left click: drop entire item stack -• Right click: drop 1 item of the item stack -• Middle click: drop 10 items of the item stack +Putting: You can put items onto a slot if the cursor holds 1 or more items and the slot is either empty or contains an item stack of the same item type. +• Left click: put entire item stack +• Right click: put 1 item of the item stack +• Middle click: put 10 items of the item stack Exchanging: You can exchange items if the cursor holds 1 or more items and the destination slot is occupied by a different item type. • Left, middle and right click: exchange item stacks from cursor and from selected item slot |