Fix enderchest crash

master
jp 2015-11-23 17:00:07 +01:00
parent a8bb3f83fd
commit daa9d480b5
1 changed files with 1 additions and 1 deletions

View File

@ -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")