1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-23 01:55:27 +01:00
This commit is contained in:
2016-06-07 00:29:30 +02:00
parent c0da574545
commit b26a4f7325
6 changed files with 21 additions and 5 deletions

View File

@@ -13,7 +13,9 @@ minetest.register_node("more_chests:wifi", {
meta:set_string("formspec",
"size[8,9]"..
"list[current_player;more_chests:wifi;0,0;8,4;]"..
"list[current_player;main;0,5;8,4;]")
"list[current_player;main;0,5;8,4;]"..
"listring[current_player;more_chests:wifi]" ..
"listring[current_player;main]")
meta:set_string("infotext", "Wifi Chest")
end,
on_metadata_inventory_move = function(pos, from_list, from_index, to_list, to_index, count, player)