From 863c823e27de8bd68d017134e68fdb20a9ed2ca6 Mon Sep 17 00:00:00 2001 From: Dev1ss0 <94245667+Dev1ss0@users.noreply.github.com> Date: Wed, 25 Sep 2024 14:04:36 +0200 Subject: [PATCH] Update config.js Signed-off-by: Dev1ss0 <94245667+Dev1ss0@users.noreply.github.com> --- .vuepress/config.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.vuepress/config.js b/.vuepress/config.js index 1abd3b26..f2b5d423 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -113,13 +113,13 @@ module.exports = { children: [ 'PARSINGERROR', // "Error while parsing the package" error fix. 'REFUSALOFINSTALL', // "App not installed" error fix. (very uncommon) - 'CANTFINDLOG.md', // Can't find the log file. (non-root) - 'CANTFINDMINECRAFT.md', // Can't find .minecraft (non-root) - 'ZINKNOTWORKING.md', // Zink doesn't work. - 'MODCRASHING.md', // Installing any mod results in a crash. - 'MODNOTSHOWINGUP.md', // My mods don't show up in-game. - 'JAVARUNTIMES.md', // Installing Java runtimes manually. - 'JARCRASHED.md', // Crash when executing a jar. + 'CANTFINDLOG', // Can't find the log file. (non-root) + 'CANTFINDMINECRAFT', // Can't find .minecraft (non-root) + 'ZINKNOTWORKING', // Zink doesn't work. + 'MODCRASHING', // Installing any mod results in a crash. + 'MODNOTSHOWINGUP', // My mods don't show up in-game. + 'JAVARUNTIMES', // Installing Java runtimes manually. + 'JARCRASHED', // Crash when executing a jar. '32BIT', // Platform and performance limitations. (32bit) 'NOTCHFIX', // Pojav's notch-detection system on crap chinese spinoff phones. 'FFMPEG', // Setting up FFMPEG, for Replay Mod. @@ -129,11 +129,11 @@ module.exports = { ] }, // FAQ that applies to both platforms goes here - 'RPWORLDNOTSHOWINGUP.md', // Resource pack or world doesn't show up. - 'CRASHES.md', // Random crashes during gameplay. - 'MODCONFLICT.md', // I have a mod conflict. - 'JAVAVERSION.md', // Which Java version to use? - 'CANTLOGIN.md', // Can't log in. + 'RPWORLDNOTSHOWINGUP', // Resource pack or world doesn't show up. + 'CRASHES', // Random crashes during gameplay. + 'MODCONFLICT', // I have a mod conflict. + 'JAVAVERSION', // Which Java version to use? + 'CANTLOGIN', // Can't log in. ] },