Fixed listrings even more
This commit is contained in:
parent
21a929d341
commit
d1d79f1ade
|
@ -9,12 +9,12 @@ function get_element_constructor_formspec()
|
|||
"label[5,1;Output]",
|
||||
"list[context;dst;5,2;1,1;]",
|
||||
"list[current_player;main;0,5;8,4;]",
|
||||
"listring[current_player;main]",
|
||||
"listring[context;src]",
|
||||
"listring[current_player;main]",
|
||||
"listring[context;fuel]",
|
||||
"listring[current_player;main]",
|
||||
"listring[context;dst]",
|
||||
"listring[current_player;main]"
|
||||
}
|
||||
return table.concat(formspec, "")
|
||||
else
|
||||
|
|
|
@ -9,10 +9,10 @@ function get_element_deconstructor_formspec()
|
|||
"label[5,1;Orb]",
|
||||
"list[context;dst;5,2;1,1;]",
|
||||
"list[current_player;main;0,5;8,4;]",
|
||||
"listring[current_player;main]",
|
||||
"listring[context;main]",
|
||||
"listring[current_player;main]",
|
||||
"listring[context;dst]"
|
||||
"listring[context;dst]",
|
||||
"listring[current_player;main]"
|
||||
}
|
||||
return table.concat(formspec, "")
|
||||
else
|
||||
|
|
|
@ -5,8 +5,8 @@ function get_energy_collector_formspec()
|
|||
"label[3,2;Orb]",
|
||||
"list[context;main;4,2;1,1;]",
|
||||
"list[current_player;main;0,5;8,4;]",
|
||||
"listring[context;main]",
|
||||
"listring[current_player;main]"
|
||||
"listring[current_player;main]",
|
||||
"listring[context;main]"
|
||||
}
|
||||
return table.concat(formspec, "")
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue