pufmat / skillsmod

A Minecraft mod that adds a fully configurable skill system to the game.
Other
36 stars 10 forks source link

Line breaks broken in the last update #55

Closed nvb-uy closed 9 months ago

nvb-uy commented 10 months ago

I used to add new lines by just using \n in the skill definition, but as of 0.10.0, the line breaks now do not work an instead show a LF symbol

img

Sweenus commented 9 months ago

You need to split out your title & description fields, line breaks function correctly in the description. I had to do this for 5000 lines of json when I updated Simply Skills :')

Example:

        "title": "Path of the §bWayfarer",
        "description": "§a+10% §f[x]§7 Movement Speed",
        "frame": "challenge",
        "icon": {
nvb-uy commented 9 months ago

I see, thank you sweeney!!!!