`pack.mcmeta` file has unfilled templates on fabric, making it invalid JSON
lukebemish opened this issue ยท 1 comments
The pack.mcmeta
file shipped in the fabric versions of this mod has unfilled templates that make in invalid JSON:
{
"pack": {
"description": "${mod_id} resources",
"pack_format": ${resource_pack_format},
"forge:resource_pack_format": ${resource_pack_format},
"forge:data_pack_format": ${data_pack_format}
}
}
This can cause side effects, as some tools expect pack.mcmeta
files to be valid JSON if present.