Default/mapgen: Add missing spaces
[oweals/minetest_game.git] / mods / default / nodes.lua
index 7d2c826275fb4eebe4193f5b95016260979abc2c..0796db51319d170953c1c406ee518b2f08d9e06b 100644 (file)
@@ -1197,6 +1197,8 @@ local chest_formspec =
        "list[current_name;main;0,0.3;8,4;]"..
        "list[current_player;main;0,4.85;8,1;]"..
        "list[current_player;main;0,6.08;8,3;8]"..
+       "listring[current_name;main]"..
+       "listring[current_player;main]"..
        default.get_hotbar_bg(0,4.85)
 
 local function get_locked_chest_formspec(pos)
@@ -1209,6 +1211,8 @@ local function get_locked_chest_formspec(pos)
                "list[nodemeta:".. spos .. ";main;0,0.3;8,4;]"..
                "list[current_player;main;0,4.85;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,4.85)
  return formspec
 end
@@ -1338,6 +1342,8 @@ local bookshelf_formspec =
        "list[context;books;0,0.3;8,2;]"..
        "list[current_player;main;0,2.85;8,1;]"..
        "list[current_player;main;0,4.08;8,3;8]"..
+       "listring[context;books]"..
+       "listring[current_player;main]"..
        default.get_hotbar_bg(0,2.85)
 
 minetest.register_node("default:bookshelf", {