Formspec: Allow labels to be multi-line
Although we have multi line input, we do not have multi-line display in formspecs. Suppose someone wanted to make a books mod? Ts easy to write the book, but if one wanted to display the lines of a book, it would have to use a complicated system of string splitting and label generating.
I propose something like this:
Would be very helpful if this was implemented.
I propose something like this:
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
label[X,Y;MaxLineWidth,MaxLines;Text]
or
multilabel[X,Y;MaxLineWidth,MaxLines;Text]
Would be very helpful if this was implemented.