Skip to content

Commit

Permalink
- Add base field to block_sounds
Browse files Browse the repository at this point in the history
  • Loading branch information
Xterionix committed Feb 12, 2025
1 parent 33bc29b commit a1d53ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/resource/sounds.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@
"description": "A single block sound definition.",
"additionalProperties": false,
"properties": {
"base": {
"title": "Base",
"description": "Specifying another block sound they should use sounds for if they do not define a sound themselves",
"type": "string"
},
"volume": { "$ref": "#/definitions/volume" },
"pitch": { "$ref": "#/definitions/pitch" },
"events": {
Expand Down

0 comments on commit a1d53ff

Please sign in to comment.