listring for treasure chests (#1)

master
HybridDog 2016-10-24 06:17:54 +02:00 committed by Auke Kok
parent 945d53a573
commit 97806fa986
1 changed files with 4 additions and 2 deletions

View File

@ -84,7 +84,9 @@ glooptest.extragen_module.treasure[5] = {
local treasure_chest_formspec =
"size[8,9]"..
"list[current_name;main;0,0;8,4;]"..
"list[current_player;main;0,5;8,4;]"
"list[current_player;main;0,5;8,4;]"..
"listring[current_name;main]"..
"listring[current_player;main]"
local treasure_chest_nodebox = {
{-7/16, -8/16, -7/16, 7/16, 6/16, 7/16},
@ -371,4 +373,4 @@ minetest.register_on_generated(function(minp, maxp)
end
end)
--minetest.register_on_generated(glooptest.extragen_module.spawn_chests(minp, maxp))
--minetest.register_on_generated(glooptest.extragen_module.spawn_chests(minp, maxp))