From e8861285994d5f80d15529cf20396410e267d925 Mon Sep 17 00:00:00 2001 From: Xterionix <72647213+Xterionix@users.noreply.github.com> Date: Tue, 2 Apr 2024 12:58:58 +0500 Subject: [PATCH] - Remove sounds enum (#270) --- source/general/sound_event.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/source/general/sound_event.json b/source/general/sound_event.json index b4b75d89..5fe2dc4c 100644 --- a/source/general/sound_event.json +++ b/source/general/sound_event.json @@ -2,9 +2,8 @@ "$id": "blockception.minecraft.general.sound_event", "type": "string", "title": "Sound Event", - "description": "UNDOCUMENTED.", - "$comment": "UNDOCUMENTED", - "enum": [ + "description": "Reference to a sound definition in \"sound_definitions.json\".", + "examples": [ "", "add.chest", "admire",