summaryrefslogtreecommitdiff
path: root/castle_storage/ironbound_chest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'castle_storage/ironbound_chest.lua')
-rw-r--r--castle_storage/ironbound_chest.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/castle_storage/ironbound_chest.lua b/castle_storage/ironbound_chest.lua
index c042244..7cc8c89 100644
--- a/castle_storage/ironbound_chest.lua
+++ b/castle_storage/ironbound_chest.lua
@@ -12,7 +12,8 @@ local get_ironbound_chest_formspec = function(pos)
default.gui_bg_img ..
default.gui_slots ..
"list[nodemeta:".. spos .. ";main;,0;8,4;]"..
- "list[current_player;main;,5;8,4;]"
+ "list[current_player;main;,5;8,4;]"..
+ "listring[]"
return formspec
end
@@ -140,4 +141,4 @@ if minetest.get_modpath("hopper") and hopper ~= nil and hopper.add_container ~=
{"side", "castle_storage:ironbound_chest", "main"},
{"bottom", "castle_storage:ironbound_chest", "main"},
})
-end \ No newline at end of file
+end