Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
wants to merge 1 commit into from

Conversation

StealthyExpertX
Copy link
Contributor

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.

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.
Copy link
Contributor

@DaanV2 DaanV2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see you have edited a generated file 🙈

Could you add the changes to source/resource/attachables/attachables.json

@DaanV2 DaanV2 added the bug Something isn't working label Jan 3, 2024
@DaanV2 DaanV2 self-assigned this Jan 3, 2024
@DaanV2
Copy link
Contributor

DaanV2 commented Feb 10, 2024

@StealthyExpertX

@Xterionix
Copy link
Contributor

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

@DaanV2 DaanV2 closed this May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants