forked from nalc/homedecor_modpack
Merge pull request #17 from ShadowNinja/signs_infotext_linebreak
Use "|" for linebreaks in infotext
This commit is contained in:
commit
71ac680e2b
|
@ -70,7 +70,7 @@ end
|
|||
homedecor_update_sign = function(pos, fields)
|
||||
local meta = minetest.env:get_meta(pos)
|
||||
if fields then
|
||||
meta:set_string("infotext", fields.text)
|
||||
meta:set_string("infotext", table.concat(homedecor_create_lines(fields.text), "\n"))
|
||||
meta:set_string("text", fields.text)
|
||||
end
|
||||
local text = meta:get_string("text")
|
||||
|
|
Loading…
Reference in New Issue
Block a user