Comments 2
It doesn't work because you're using //n
rather than \n
. You need to use an escape character wich is a backslash. It is localizated nearby the Backspace key.
Here's an example on how to make a proper spaced out string that needs to be spaced out:
This is a\nstring that\nneeds to\nbe spaced\nout in\nmore than\n5 new\nlines.
^ ^ ^ ^ ^ ^ ^
We are unable to diagnose your issue due to the lack of proper debug information. Please review the guidelines before reporting issues.
In case of a game crash, please also attach the crash log from
[minecraft/crash-reports/crash-<DATE>-client.txt|http://hopper.minecraft.net/help/guides/finding-minecraft-data-folder/]
.-- I am a bot. This action was performed automagically!