diff options
author | Tim <t4im@users.noreply.github.com> | 2015-01-29 20:08:34 +0100 |
---|---|---|
committer | Tim <t4im@users.noreply.github.com> | 2015-01-29 20:08:58 +0100 |
commit | c9d18f74e448c6953ffc7c1e0461b60c90220a2a (patch) | |
tree | 7be8f0f9d8398f2ede8554f76c514bbc66da02af /tubes.lua | |
parent | 009b9e9276ce6e09b52df5b798e576f2d7a87c43 (diff) |
update all formspecs "current_name" to "context" to reflect current api
Diffstat (limited to 'tubes.lua')
-rwxr-xr-x | tubes.lua | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -257,12 +257,12 @@ if pipeworks.enable_mese_tube then end meta:set_string("formspec", "size[8,11]".. - "list[current_name;line1;1,0;6,1;]".. - "list[current_name;line2;1,1;6,1;]".. - "list[current_name;line3;1,2;6,1;]".. - "list[current_name;line4;1,3;6,1;]".. - "list[current_name;line5;1,4;6,1;]".. - "list[current_name;line6;1,5;6,1;]".. + "list[context;line1;1,0;6,1;]".. + "list[context;line2;1,1;6,1;]".. + "list[context;line3;1,2;6,1;]".. + "list[context;line4;1,3;6,1;]".. + "list[context;line5;1,4;6,1;]".. + "list[context;line6;1,5;6,1;]".. "image[0,0;1,1;pipeworks_white.png]".. "image[0,1;1,1;pipeworks_black.png]".. "image[0,2;1,1;pipeworks_green.png]".. |