diff --git a/images/start.png b/images/start.png index facac771..7c7cd970 100644 Binary files a/images/start.png and b/images/start.png differ diff --git a/mods/README.md b/mods/README.md deleted file mode 100644 index ce0fd2f6..00000000 --- a/mods/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# Mods -Theses are the various mods included in MCPI-Reborn. - -These mods work by patching MCPI's code. - -## Compilation & Linking -Everything is compiled to ARM and directly links to MCPI. diff --git a/mods/src/misc/README.md b/mods/src/misc/README.md index 39f2eb31..182bc232 100644 --- a/mods/src/misc/README.md +++ b/mods/src/misc/README.md @@ -1,8 +1,8 @@ # ``misc`` Mod 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. +* 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. diff --git a/mods/src/options/README.md b/mods/src/options/README.md index 4222c38d..d4140354 100644 --- a/mods/src/options/README.md +++ b/mods/src/options/README.md @@ -1,11 +1,11 @@ # ``options`` Mod This mod allows various options to be configured, including: -- Mob Spawning -- The Render Distance -- The Username -- Peaceful Mode -- 3D Anaglyph -- Autojump -- Player Nametags -- Block Outlines -- Smooth Lighting +* Mob Spawning +* The Render Distance +* The Username +* Peaceful Mode +* 3D Anaglyph +* Autojump +* Player Nametags +* Block Outlines +* Smooth Lighting