From d72c65b7ab965fe53880c288d1a5f744d86935aa Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Tue, 22 Jun 2021 23:32:50 -0400 Subject: [PATCH] Fix Mod-Specific Documentation --- mods/src/death/README.md | 2 ++ mods/src/misc/README.md | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 mods/src/death/README.md diff --git a/mods/src/death/README.md b/mods/src/death/README.md new file mode 100644 index 0000000..30302fc --- /dev/null +++ b/mods/src/death/README.md @@ -0,0 +1,2 @@ +# ``death`` Mod +This mod implements death messages. diff --git a/mods/src/misc/README.md b/mods/src/misc/README.md index b0a7dc1..39f2eb3 100644 --- a/mods/src/misc/README.md +++ b/mods/src/misc/README.md @@ -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.