From ba35657b0c36c7b4f386333e21e54d653af401af Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Mon, 31 Aug 2015 11:05:55 +0100 Subject: supporting 0.4.13 shift-click to move stacks inside chest --- init.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index c3407d1..a84d9a5 100644 --- a/init.lua +++ b/init.lua @@ -623,6 +623,8 @@ minetest.register_node("protector:chest", { .. "button[6,4.5;2,0.25;todn;To Inventory]" .. "list[current_player;main;0,5;8,1;]" .. "list[current_player;main;0,6.08;8,3;8]" + .. "listring[nodemeta:" .. spos .. ";main]" + .. "listring[current_player;main]" .. default.get_hotbar_bg(0,5) minetest.show_formspec( -- cgit v1.2.3