mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-11-09 17:03:58 +01:00
update all formspecs "current_name" to "context" to reflect current api
This commit is contained in:
parent
009b9e9276
commit
c9d18f74e4
@ -16,7 +16,7 @@ local function set_filter_formspec(data, meta)
|
|||||||
"item_image[0,0;1,1;pipeworks:"..data.name.."]"..
|
"item_image[0,0;1,1;pipeworks:"..data.name.."]"..
|
||||||
"label[1,0;"..minetest.formspec_escape(itemname).."]"..
|
"label[1,0;"..minetest.formspec_escape(itemname).."]"..
|
||||||
"label[0,1;Prefer item types:]"..
|
"label[0,1;Prefer item types:]"..
|
||||||
"list[current_name;main;0,1.5;8,2;]"..
|
"list[context;main;0,1.5;8,2;]"..
|
||||||
fs_helpers.cycling_button(meta, "button[0,3.5;4,1", "slotseq_mode",
|
fs_helpers.cycling_button(meta, "button[0,3.5;4,1", "slotseq_mode",
|
||||||
{"Sequence slots by Priority",
|
{"Sequence slots by Priority",
|
||||||
"Sequence slots Randomly",
|
"Sequence slots Randomly",
|
||||||
|
@ -23,7 +23,7 @@ minetest.register_node("pipeworks:trashcan", {
|
|||||||
"size[8,7]"..
|
"size[8,7]"..
|
||||||
"item_image[0,0;1,1;pipeworks:trashcan]"..
|
"item_image[0,0;1,1;pipeworks:trashcan]"..
|
||||||
"label[1,0;Trash Can]"..
|
"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;]")
|
"list[current_player;main;0,3;8,4;]")
|
||||||
meta:set_string("infotext", "Trash Can")
|
meta:set_string("infotext", "Trash Can")
|
||||||
meta:get_inventory():set_size("trash", 1)
|
meta:get_inventory():set_size("trash", 1)
|
||||||
|
12
tubes.lua
12
tubes.lua
@ -257,12 +257,12 @@ if pipeworks.enable_mese_tube then
|
|||||||
end
|
end
|
||||||
meta:set_string("formspec",
|
meta:set_string("formspec",
|
||||||
"size[8,11]"..
|
"size[8,11]"..
|
||||||
"list[current_name;line1;1,0;6,1;]"..
|
"list[context;line1;1,0;6,1;]"..
|
||||||
"list[current_name;line2;1,1;6,1;]"..
|
"list[context;line2;1,1;6,1;]"..
|
||||||
"list[current_name;line3;1,2;6,1;]"..
|
"list[context;line3;1,2;6,1;]"..
|
||||||
"list[current_name;line4;1,3;6,1;]"..
|
"list[context;line4;1,3;6,1;]"..
|
||||||
"list[current_name;line5;1,4;6,1;]"..
|
"list[context;line5;1,4;6,1;]"..
|
||||||
"list[current_name;line6;1,5;6,1;]"..
|
"list[context;line6;1,5;6,1;]"..
|
||||||
"image[0,0;1,1;pipeworks_white.png]"..
|
"image[0,0;1,1;pipeworks_white.png]"..
|
||||||
"image[0,1;1,1;pipeworks_black.png]"..
|
"image[0,1;1,1;pipeworks_black.png]"..
|
||||||
"image[0,2;1,1;pipeworks_green.png]"..
|
"image[0,2;1,1;pipeworks_green.png]"..
|
||||||
|
Loading…
Reference in New Issue
Block a user