From e4bc2de6e6aa507044a6a75b4c1954974539a857 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sun, 21 Jun 2026 02:26:57 -0400 Subject: feat: combat health bar. color improvements. --- worldbuilding_guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worldbuilding_guide/index.md') diff --git a/worldbuilding_guide/index.md b/worldbuilding_guide/index.md index 83b3782..e79ee1b 100644 --- a/worldbuilding_guide/index.md +++ b/worldbuilding_guide/index.md @@ -7,7 +7,7 @@ | A mob (NPC, monster) | `data/mobs/.yaml` | | An interactive object (rock, lever, door) | `data/objects/.yaml` | | A shared drop table | `data/drops/.yaml` | -| A crafting recipe | `data/recipes/.yaml` | +| A crafting recipe | In the output item's YAML under a `craft:` block | | A help topic | `data/help/.yaml` | | A science module | `data/modules/.yaml` | | An agility course | `data/courses/.yaml` | -- cgit v1.2.3