From a1d53ffed3e4fb6bd81b819601d219ca92c87e4f Mon Sep 17 00:00:00 2001 From: Xterionix Date: Wed, 12 Feb 2025 20:43:59 +0500 Subject: [PATCH] - Add base field to block_sounds --- source/resource/sounds.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/resource/sounds.json b/source/resource/sounds.json index 64bccca7..bc1789d1 100644 --- a/source/resource/sounds.json +++ b/source/resource/sounds.json @@ -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": {