diff options
Diffstat (limited to 'worldbuilding_guide/index.md')
| -rw-r--r-- | worldbuilding_guide/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
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/<id>.yaml` | | An interactive object (rock, lever, door) | `data/objects/<id>.yaml` | | A shared drop table | `data/drops/<id>.yaml` | -| A crafting recipe | `data/recipes/<id>.yaml` | +| A crafting recipe | In the output item's YAML under a `craft:` block | | A help topic | `data/help/<id>.yaml` | | A science module | `data/modules/<id>.yaml` | | An agility course | `data/courses/<id>.yaml` | |
