The file seems to be parsed in some capacity, as without this change, the sequence \n (just in the file, not even in the interpolated variable) is replaced with a literal newline, which by the JSON spec isn't allowed in strings.
edit: Sorry about the trailing newline. I wasn't aware GitHub's built-in editor did that. You're welcome to push to my branch to remove it if that's the project convention.
The file seems to be parsed in some capacity, as without this change, the sequence
\n
(just in the file, not even in the interpolated variable) is replaced with a literal newline, which by the JSON spec isn't allowed in strings.edit: Sorry about the trailing newline. I wasn't aware GitHub's built-in editor did that. You're welcome to push to my branch to remove it if that's the project convention.
see also FabricMC/fabricmc.net#86