bug in directory of README.md fixed

This commit is contained in:
Sokomine 2023-09-02 03:31:58 +02:00
parent d8c6394dc0
commit 5b1035a19e

View File

@ -11,31 +11,31 @@ Massive rewrite/extension: Sokomine
1. [Tutorial](#tutorial) 1. [Tutorial](#tutorial)
2. [Chat Commands](#chat-commands) 2. [Chat Commands](#chat-commands)
3. [Terminology] (#terminology) 3. [Terminology](#terminology)
4. [Special dialogs] (#special-dialogs) 4. [Special dialogs](#special-dialogs)
5. [How to configure NPC and add dialogs] (#how-to-configure) 5. [How to configure NPC and add dialogs] (#how-to-configure)
6. [The privs] (#privs) 6. [The privs](#privs)
7. [Tools] (#tools) 7. [Tools](#tools)
8. [Mute] (#mute) 8. [Mute](#mute)
9. [Skin] (#skin) 9. [Skin](#skin)
10. [Simple variables] (#simple-variables) 10. [Simple variables](#simple-variables)
11. [Trading (simple)] (#trading-simple) 11. [Trading (simple)](#trading-simple)
12. [Logging] (#logging) 12. [Logging](#logging)
13. [Quest items] (#quest-items) 13. [Quest items](#quest-items)
14. [Entering Passwords] (#quest-passwords) 14. [Entering Passwords](#quest-passwords)
15. [Custom Preconditions, Actions and Effects] (#precon_action_effect) 15. [Custom Preconditions, Actions and Effects](#precon_action_effect)
16. [Alternate Text] (#alternate_text) 16. [Alternate Text](#alternate_text)
17. [Autoselect/Autoanswer] (#autoselect_autoanswer) 17. [Autoselect/Autoanswer](#autoselect_autoanswer)
18. [Random Dialogs] (#random_dialogs) 18. [Random Dialogs](#random_dialogs)
19. [Maximum recursion depth] (#max_recursion_depth) 19. [Maximum recursion depth](#max_recursion_depth)
20. [Giving things to the NPC] (#npc_wants) 20. [Giving things to the NPC](#npc_wants)
21. [Configuration] (#configuration) 21. [Configuration](#configuration)
22. [Adding local overrides for your server] (#server_overrides) 22. [Adding local overrides for your server](#server_overrides)
23. [Data saved in modstorage] (#modstorage) 23. [Data saved in modstorage](#modstorage)
24. [Files generated in world folder] (#files_generated) 24. [Files generated in world folder](#files_generated)
25. [Properties] (#properties) 25. [Properties](#properties)
26. [Generic behaviour] (#generic_behaviour) 26. [Generic behaviour](#generic_behaviour)
27. [Integration into your own NPC/mob mods] (#integration) 27. [Integration into your own NPC/mob mods](#integration)
### 1. Tutorial ### 1. Tutorial