-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nitpick: literal newline in fabric.mod.json
of 1.2.0 for 1.20.4 artifact
#8
Comments
I was wondering what specifically your use case for Happy to hear if you have any suggestions/workarounds for the matter |
Had a tinker with what you've sent and couldn't find anything that worked. I had a look at the compiled I've managed to muck up something that might work and leaves the entire description intact in one line, would this be okay with you? |
Well removing the newline also works, yeah. You just need to use '\n` if you want one. |
This is the file gradle spat out after building, just checking with you to make sure it's all okay on your end |
This doesn't seem to be a problem for the Fabric loader, but a strict parser like
jq
's will choke on literal newlines in strings.Since it's not literal in the source:
BetterThanLlamas/src/main/resources/fabric.mod.json
Line 7 in fbd80b7
...I'm guessing the process of expanding templates is what introduces it.
The text was updated successfully, but these errors were encountered: