From f5e83f3937e1e30b2cb2db8bb51a692ed899768f Mon Sep 17 00:00:00 2001 From: Daan Verstraten Date: Sat, 12 Mar 2022 10:21:06 +0100 Subject: [PATCH] Added documentation to dialogue --- source/behavior/dialogue/dialogue.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/behavior/dialogue/dialogue.json b/source/behavior/dialogue/dialogue.json index 822342fe..bd923e31 100644 --- a/source/behavior/dialogue/dialogue.json +++ b/source/behavior/dialogue/dialogue.json @@ -18,7 +18,7 @@ ], "type": "object", "title": "NPC Dialogue", - "description": "UNDOCUMENTED", + "description": "Specifies the dialogue scenes", "$comment": "UNDOCUMENTED", "additionalProperties": false, "required": ["format_version", "minecraft:npc_dialogue"], @@ -26,20 +26,20 @@ "format_version": { "$ref": "../../general/format_version.json" }, "minecraft:npc_dialogue": { "title": "NPC Dialogue", - "description": "UNDOCUMENTED", + "description": "Specifies the dialogue of an npc", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false, "properties": { "scenes": { "title": "Scenes", - "description": "UNDOCUMENTED", + "description": "The different scenes", "$comment": "UNDOCUMENTED", "type": "array", "minItems": 1, "items": { "title": "Scene", - "description": "UNDOCUMENTED", + "description": "A single scene specification", "$comment": "UNDOCUMENTED", "type": "object", "additionalProperties": false,