
[Nitpick] Literal newline in `fabric.mod.json` of 1.20.4+1.1 artifact
YoshiRulz opened this issue ยท 2 comments
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.
I believe the cause may be that this is a naive string replacement:
Lines 114 to 131 in 0e10435
Per FabricMC/fabric-example-mod#282 the fix should be to set escapeBackslash = true
in expand {}
.