Minecraft-bedrock-json-schemas icon indicating copy to clipboard operation
Minecraft-bedrock-json-schemas copied to clipboard

Update attachables.json added improved documentation of sound_effects + fixed a bug.

Open StealthyExpertX opened this issue 1 year ago • 2 comments

Update attachables.json and add improved documentation of sound_effects.

Fixed a bug where the data type was an array and it should have been an object causing it to be invalid when added.

StealthyExpertX avatar Jan 03 '24 03:01 StealthyExpertX

@StealthyExpertX

DaanV2 avatar Feb 10 '24 17:02 DaanV2

{
    "sound_effects":{
        "type":"object",
        "minProperties":1,
        "additionalProperties":{
            "type":"string",
            "description":"A single sound effect reference.",
            "title":"Sound Effects"
        },
        "description":"A collection of sound effect references.",
        "title":"Sound Effects"
    }
}

This is what's changed incase someone wants to fix it before I get the time to do so

Xterionix avatar Apr 03 '24 12:04 Xterionix