Added listring/clickshift

master
DonBatman 2015-10-10 11:40:56 -07:00
parent 6b51210897
commit 93c67035bf
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ local get_formspec = function(player,page)
.."button[2,0;2,0.5;bags;Bags]"
.."image[7,0;1,1;"..image.."]"
.."list[current_player;bag"..i.."contents;0,1;8,3;]"
.."listring[current_name;bag"..i.."contents]"
.."listring[current_player;main]"
end
end
end