I am stupid and named them index vs README

This commit is contained in:
Ben
2023-12-21 20:08:26 -05:00
parent 42d73d9498
commit f8c70bf1c4
7 changed files with 15 additions and 12 deletions

15
modules/README.md Normal file
View File

@@ -0,0 +1,15 @@
# ETS Module Registry List
## Gameplay
- [achievement-tokens](gameplay/achievement-tokens/README.md) - Adds donation or custom game tokens to world rewarded for achievements.
- [worgoblin](gameplay/worgoblin/index.md) - Changes default start settings for Goblins and Worgen.
## Commands
- [set-xp-rate](commands/set-xp-rate/README.md) - Add command to allow players to set their own xprate on demand up to configured limit.
## GameObjects
- [soulswapper](gameobjects/soulswapper/README.md)
## Special
- [gambler](special/gambler/README.md) - Adds mini games to the game to allow players to gamble.

View File

@@ -1,12 +0,0 @@
# ETS Module Registry List
## Gameplay
- [achievement-tokens](gameplay/achievement-tokens/index.md) - Adds donation or custom game tokens to world rewarded for achievements.
- [worgoblin](gameplay/worgoblin/index.md) - Changes default start settings for Goblins and Worgen.
## Commands
- [set-xp-rate](commands/set-xp-rate/index.md) - Add command to allow players to set their own xprate on demand up to configured limit.
## Special
- [gambler](special/gambler/index.md) - Adds mini games to the game to allow players to gamble.