Resource pack with custom language doesn't work properly since pack version 31 (24w13a)
Used pack.mcmeta
(Included in embed pack)
{
"pack": {
"pack_format": 15,
"supported_formats": [15, 40],
"description": "Changes Language"
},
"language": {
"cus_tom": {
"name": "Custom Lang",
"region": "Custom Region",
"bidirectional": "false"
}
}
}
The provided pack has an invalid pack.mcmeta - the format of the field `bidirectional` is not a string but rather a bool and should therefore be stripped of any quotation marks.
This never worked, but previously the error would be hidden (and a default value used instead) - now the error instead causes the data to be rejected and reported to your log file.