diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2015-08-31 11:05:55 +0100 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2015-08-31 11:05:55 +0100 |
commit | ba35657b0c36c7b4f386333e21e54d653af401af (patch) | |
tree | 82eeb24e0981b1ebc1a6fdce40a080f6d25d7439 /init.lua | |
parent | d3625e3270f988fcd9c7860b3bd1c295cc793744 (diff) |
supporting 0.4.13 shift-click to move stacks inside chest
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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( |