From daa9d480b5b9ddae356910da66e9c67b91db2cd5 Mon Sep 17 00:00:00 2001 From: jp Date: Mon, 23 Nov 2015 17:00:07 +0100 Subject: [PATCH] Fix enderchest crash --- nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes.lua b/nodes.lua index d274df6..00195e8 100644 --- a/nodes.lua +++ b/nodes.lua @@ -348,7 +348,7 @@ xdecor.register("enderchest", { on_rotate = screwdriver.rotate_simple, on_construct = function(pos) local meta = minetest.get_meta(pos) - meta:set_string("formspec", "size[8,9]"..xbg..default.get_hotbar_bg(0,5) + meta:set_string("formspec", "size[8,9]"..xbg..default.get_hotbar_bg(0,5).. "list[current_player;enderchest;0,0;8,4;]".. "list[current_player;main;0,5;8,4;]") meta:set_string("infotext", "Ender Chest")