Fix enderchest crash
This commit is contained in:
parent
a8bb3f83fd
commit
daa9d480b5
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user