pufmat / skillsmod

A Minecraft mod that adds a fully configurable skill system to the game.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Line breaks broken in the last update

nvb-uy opened this issue · comments

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

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": {

I see, thank you sweeney!!!!