From 644d10dec51a84e14df93817e5faa51c0a11d8bd Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Thu, 3 Jun 2021 16:52:24 +0200 Subject: [PATCH] Updated --- source/resource/particles/1.10.0/particle.json | 7 +++++++ 1 file changed, 7 insertions(+) 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" } + } } } },