diff --git a/source/resource/particles/1.10.0/particle.json b/source/resource/particles/1.10.0/particle.json index 351c39da..d34e3a36 100644 --- a/source/resource/particles/1.10.0/particle.json +++ b/source/resource/particles/1.10.0/particle.json @@ -130,6 +130,13 @@ "effect": { "type": "string", "description": "TODO description: effect", "title": "Effect" }, "type": { "type": "string", "description": "TODO description: type", "title": "Type" } } + }, + "sound_effect": { + "title": "Sound effect", + "description": "TODO", + "properties": { + "event_name": { "type": "string", "description": "TODO description: effect", "title": "Event name" } + } } } },