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