GirafiStudios / BetterTitleScreen

Better Title Screen provides the ability to change the Minecraft title screen text.
13 stars 3 forks source link

It says "(supports multiple lines)" but how do you do that? #23

Closed DeveloLongScript closed 3 years ago

DeveloLongScript commented 3 years ago

image It says that but, not how to do multiple lines.

I am thinking you may need to use "/n" but yeah.

GirafiStudios commented 3 years ago

text = ["Line 1", "Line2", "Line3"]

DeveloLongScript commented 3 years ago

Thank you!

Autoclock commented 2 years ago

text = ["Line 1", "Line2", "Line3"]

could you put this on this main page? i had the exact same issue and had to hunt for it here