Started by
Seshua
on
Topic category: Help with Minecraft modding (Java Edition)
Like the title says, is it possible to add a line break to custom messages within a procedure?
Edited by Seshua on Mon, 03/08/2021 - 23:33
Topic category: Help with Minecraft modding (Java Edition)
Like the title says, is it possible to add a line break to custom messages within a procedure?
So its not the easiest way of doing it but i've figured out a work around for it.
The easy way to just display text messages is to simply use another send message block.
But if your like me I was also trying to display NBT data for an item. Its basically the same thing except you remove the text box from the send message and then insert a "create text with" block instead so you can attach NBT blocks.