SnaveSutit / origins-mod-json-schemas

MIT License
1 stars 1 forks source link

[BUG] Sound Category in singular instead of plural #16

Closed ChromexUnderscore closed 5 months ago

ChromexUnderscore commented 5 months ago

The "category" property in the action type origins:play_sound lists all possible sound categories in singular, but "player" and "block" are used in plural within minecraft.

Steps to reproduce

  1. Create a origins:play_sound action type and define which sound effect to use.
  2. Define the category using the "player" or "block" autofill.
  3. Load the Datapack into a Minecraft world and see a warning about the sound category not being right, with a list of accepted values, including "players" and "blocks".

Expected behavior The vscode extension should autocomplete using the plural of "players" and "blocks".