Fix Mod-Specific Documentation
minecraft-pi-reborn/pipeline/head This commit looks good Details

This commit is contained in:
TheBrokenRail 2021-06-22 23:32:50 -04:00
parent 9d1b6aea65
commit d72c65b7ab
2 changed files with 3 additions and 2 deletions

2
mods/src/death/README.md Normal file
View File

@ -0,0 +1,2 @@
# ``death`` Mod
This mod implements death messages.

View File

@ -1,9 +1,8 @@
# ``misc`` Mod
This mod has several miscelaneous mods that are too small to be their own mod, including:
This mod has several miscellaneous mods that are too small to be their own mod, including:
- Rendering text above the hotbar when an item is selected.
- Sanitizing player usernames for invalid characters.
- Removing the red background from unobtainable items in the inventory.
- Loading the bundled language file.
- Optionally expanding the Creative Inventory.
- Printing chat messages to the log.
- Adding death messages.