From 3087553c50dc7e7b2a6e215ccd441a94262e165f Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Fri, 27 Oct 2023 11:46:08 +0200 Subject: [PATCH] Add showcase video for Blabber's dialogue editor --- wiki/blabber/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/blabber/index.md b/wiki/blabber/index.md index 5a4361bf..ca1ffa49 100644 --- a/wiki/blabber/index.md +++ b/wiki/blabber/index.md @@ -33,7 +33,7 @@ Blabber adds the `/blabber` command, allowing server operators and mapmakers to ### Format -Blabber will automatically load all JSON files in the `data/[namespace]/blabber_dialogues` directory. +Blabber will automatically load all JSON files in the `data/[namespace]/blabber/dialogues` directory. Those can be provided either by mods, or by datapacks. Each file describes the various states a dialogue can be in. @@ -132,6 +132,8 @@ Here is an example of conditional choices in JSON: If you are allergic to code, try this online tool: [blabber dialogue editor](dialogue_generator) + + ### Validation To help creators design dialogues, and prevent players from getting stuck in a *(possibly non-skippable)* dialogue with no ending,