Pufferfish's Skills [Fabric & Forge & NeoForge]

Pufferfish's Skills [Fabric & Forge & NeoForge]

12M Downloads

Line breaks broken in the last update

nvb-uy opened this issue · 2 comments

commented

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

commented

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

I see, thank you sweeney!!!!