-
Bug
-
Resolution: Incomplete
-
None
-
1.17.2 Hotfix
-
None
-
Unconfirmed
-
Multiple
When I tried making a new credits text, I discovered that moving to a new line of text breaks the font. I even tried adding the minecraft ttf font but that didn't work :/
How to reproduce:
- Go to "ui_defs.json",
- Add a new file with any desired name
- Open it, and add a namespace
- Go to "credits_screen.json"
- Change "{ "@credits_renderer": {} }," to be anything else, don't forget adding the namespace of the file created at step 3.
- Go to the custom file you created
- Add a label element, and name it after the the name you chose at step 5, when you use "text", you wanna make sure you move to a new line before you close the string.
- Save everything
- There you go