diff --git a/public/images/minecraft_title_revelations.png b/public/images/minecraft_title_revelations.png new file mode 100644 index 0000000..aa9e0aa Binary files /dev/null and b/public/images/minecraft_title_revelations.png differ diff --git a/src/hooks/useGameManager.ts b/src/hooks/useGameManager.ts index 510fe26..534452a 100644 --- a/src/hooks/useGameManager.ts +++ b/src/hooks/useGameManager.ts @@ -15,9 +15,9 @@ const BASE_EDITIONS = [ { id: "revelations", name: "Legacy Revelations", - desc: "Hardcore, QoL, and a lot of patches for LCE.", + desc: "QoL, performance, hardcore mode, & security features for LCE.", url: "https://github.com/itsRevela/MinecraftConsoles/releases/download/Nightly/LCREWindows64.zip", - titleImage: "/images/minecraft_title_tu19.png" + titleImage: "/images/minecraft_title_revelations.png" }, { id: "vanilla_tu19",