From f99edc0ce85f694685c2a178c8aee3fd667d0f1a Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 30 Nov 2016 14:39:03 +0100 Subject: =?UTF-8?q?=E2=80=9Cdrop=E2=80=9D=20itemstack=20=E2=86=92=20?= =?UTF-8?q?=E2=80=9Cput=E2=80=9D=20itemstack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.lua') 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 -- cgit v1.2.3