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.