1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-29 14:50:41 +02:00

update all formspecs "current_name" to "context" to reflect current api

This commit is contained in:
Tim
2015-01-29 20:08:34 +01:00
parent 009b9e9276
commit c9d18f74e4
3 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ minetest.register_node("pipeworks:trashcan", {
"size[8,7]"..
"item_image[0,0;1,1;pipeworks:trashcan]"..
"label[1,0;Trash Can]"..
"list[current_name;trash;3.5,1;1,1;]"..
"list[context;trash;3.5,1;1,1;]"..
"list[current_player;main;0,3;8,4;]")
meta:set_string("infotext", "Trash Can")
meta:get_inventory():set_size("trash", 1)