summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-11-30 14:39:03 +0100
committerWuzzy <almikes@aol.com>2016-11-30 14:39:03 +0100
commitf99edc0ce85f694685c2a178c8aee3fd667d0f1a (patch)
treef14b7c6d62df233c7f9277cdcd3cf3b6d87d8f8b
parent7578ad8fe7874eaba29bc339e4b906f374b1e22c (diff)
“drop” itemstack → “put” itemstack
-rw-r--r--init.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/init.lua b/init.lua
index 5cb50f7..b110865 100644
--- a/init.lua
+++ b/init.lua
@@ -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