From 3b9753aaf44970ac22b09d9455d5f034664889b5 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 25 Oct 2021 17:48:45 -0400 Subject: [PATCH] Add /info page for Minecraft --- .../static/assets/gameInfo/en_Minecraft.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 WebHostLib/static/assets/gameInfo/en_Minecraft.md diff --git a/WebHostLib/static/assets/gameInfo/en_Minecraft.md b/WebHostLib/static/assets/gameInfo/en_Minecraft.md new file mode 100644 index 00000000..ac438ef2 --- /dev/null +++ b/WebHostLib/static/assets/gameInfo/en_Minecraft.md @@ -0,0 +1,22 @@ +# Minecraft + +## Where is the settings page? +The player settings page for this game is located here. It contains all the options +you need to configure and export a config file. + +## What does randomization do to this game? +Recipes are removed from the crafting book and shuffled into the item pool. It can also optionally change which +structures appear in each dimension. Crafting recipes are re-learned when they are received from other players as +item checks, and occasionally when completing your own achievements. + +## What is considered a location check in minecraft? +Location checks in are completed when the player completes various Minecraft achievements. Opening the advancements +menu in-game by pressing "L" will display outstanding achievements. + +## When the player receives an item, what happens? +When the player receives an item in Minecraft, it either unlocks crafting recipes or puts items into the player's +inventory directly. + +## What is the victory condition? +Victory is achieved when the player kills the Ender Dragon, enters the portal in The End, and completes the credits +sequence either by skipping it or watching hit play out.