mojira.dev
MC-270854

Version 31~32 resource pack doesn't create custom language

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"
        }
    }
}

Attachments

Comments 2

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.

⚠️ Please do not add Affected Versions to resolved reports.

Have a look at the Resolution and the comments to see why this ticket has been resolved. If you think this ticket has been resolved erroneously you can contact the Mojira staff on Discord or Reddit.

-- I am a bot. This action was performed automatically! If you think it was incorrect, please notify us on Discord or Reddit

BluePenn

Tommy Wallberg

Confirmed

Platform

Important

Resource Packs

language, pack.mcmeta, resource-pack

24w13a, 1.20.5 Pre-Release 3, 1.20.5 Pre-Release 4, 1.20.5 Release Candidate 1

Retrieved