From 331569d4df131e921135dc5e58cfb3a6b5333834 Mon Sep 17 00:00:00 2001 From: Miroma <136986257+its-miroma@users.noreply.github.com> Date: Thu, 16 Jan 2025 17:13:49 +0100 Subject: [PATCH 1/4] rewrite(how-to/bru): initial commit --- how-to/README.md | 6 +++++ how-to/backup/README.md | 8 ++++++ how-to/backup/curseforge-app.md | 19 ++++++++++++++ how-to/backup/modrinth-app.md | 20 ++++++++++++++ how-to/backup/multimc.md | 19 ++++++++++++++ how-to/backup/prism-launcher.md | 20 ++++++++++++++ how-to/backup/vanilla.md | 19 ++++++++++++++ how-to/reset/README.md | 8 ++++++ how-to/reset/curseforge-app.md | 16 ++++++++++++ how-to/reset/modrinth-app.md | 17 ++++++++++++ how-to/reset/multimc.md | 16 ++++++++++++ how-to/reset/prism-launcher.md | 17 ++++++++++++ how-to/reset/vanilla.md | 16 ++++++++++++ how-to/uninstall/README.md | 8 ++++++ how-to/uninstall/curseforge-app.md | 17 ++++++++++++ how-to/uninstall/modrinth-app.md | 17 ++++++++++++ how-to/uninstall/multimc.md | 16 ++++++++++++ how-to/uninstall/prism-launcher.md | 16 ++++++++++++ how-to/uninstall/vanilla.md | 42 ++++++++++++++++++++++++++++++ 19 files changed, 317 insertions(+) create mode 100644 how-to/README.md create mode 100644 how-to/backup/README.md create mode 100644 how-to/backup/curseforge-app.md create mode 100644 how-to/backup/modrinth-app.md create mode 100644 how-to/backup/multimc.md create mode 100644 how-to/backup/prism-launcher.md create mode 100644 how-to/backup/vanilla.md create mode 100644 how-to/reset/README.md create mode 100644 how-to/reset/curseforge-app.md create mode 100644 how-to/reset/modrinth-app.md create mode 100644 how-to/reset/multimc.md create mode 100644 how-to/reset/prism-launcher.md create mode 100644 how-to/reset/vanilla.md create mode 100644 how-to/uninstall/README.md create mode 100644 how-to/uninstall/curseforge-app.md create mode 100644 how-to/uninstall/modrinth-app.md create mode 100644 how-to/uninstall/multimc.md create mode 100644 how-to/uninstall/prism-launcher.md create mode 100644 how-to/uninstall/vanilla.md diff --git a/how-to/README.md b/how-to/README.md new file mode 100644 index 00000000..efe376f9 --- /dev/null +++ b/how-to/README.md @@ -0,0 +1,6 @@ +--- +hidden: true +icon: arrow-progress +--- + +# How to... diff --git a/how-to/backup/README.md b/how-to/backup/README.md new file mode 100644 index 00000000..5e8f8532 --- /dev/null +++ b/how-to/backup/README.md @@ -0,0 +1,8 @@ +--- +hidden: true +icon: clone +--- + +# Backup + +
Modrinth Appmodrinth-app.md
CurseForge Appcurseforge-app.md
Prism Launcherprism-launcher.md
Minecraft Launchervanilla.md
MultiMCmultimc.md
diff --git a/how-to/backup/curseforge-app.md b/how-to/backup/curseforge-app.md new file mode 100644 index 00000000..75739f21 --- /dev/null +++ b/how-to/backup/curseforge-app.md @@ -0,0 +1,19 @@ +--- +hidden: true +--- + +# How to Backup: CurseForge App + +1. Open the **CurseForge App** +2. Right-click on the FO instance +3. Click on **Open Folder** +4. Open another folder to move your data to, like Documents +5. Copy the following files from the folder you opened in _step 3_ to the folder you opened in _step 4_: + * `saves`: Your local worlds + * `resourcepacks`: Your resource packs, if any + * `shaders`: Your shaders, if any + * `screenshots`: Your screenshots, if any + * `server.dat`: Your multiplayer servers, if any + * `options.txt`: Your custom options and keybinds, if any + +If you want to restore your data, move the files you copied in _step 5_ back. If you're asked to replace the [default FO `resourcepacks`](../../info/resource-packs.md), do not! diff --git a/how-to/backup/modrinth-app.md b/how-to/backup/modrinth-app.md new file mode 100644 index 00000000..056bc8f4 --- /dev/null +++ b/how-to/backup/modrinth-app.md @@ -0,0 +1,20 @@ +--- +hidden: true +--- + +# How to Backup: Modrinth App + +1. Open the **Modrinth App** +2. Click on the **Library** +3. Right-click on the FO instance +4. Click on **Open Folder** +5. Open another folder to move your data to, like Documents +6. Copy the following files from the folder you opened in _step 3_ to the folder you opened in _step 4_: + * `saves`: Your local worlds + * `resourcepacks`: Your resource packs, if any + * `shaders`: Your shaders, if any + * `screenshots`: Your screenshots, if any + * `server.dat`: Your multiplayer servers, if any + * `options.txt`: Your custom options and keybinds, if any + +If you want to restore your data, move the files you copied in _step 5_ back. If you're asked to replace the [default FO `resourcepacks`](../../info/resource-packs.md), do not! diff --git a/how-to/backup/multimc.md b/how-to/backup/multimc.md new file mode 100644 index 00000000..4331c222 --- /dev/null +++ b/how-to/backup/multimc.md @@ -0,0 +1,19 @@ +--- +hidden: true +--- + +# How to Backup: MultiMC + +1. Open **MultiMC** +2. Right-click on the FO instance +3. Click on **Minecraft Folder** +4. Open another folder to move your data to, like Documents +5. Copy the following files from the folder you opened in _step 3_ to the folder you opened in _step 4_: + * `saves`: Your local worlds + * `resourcepacks`: Your resource packs, if any + * `shaders`: Your shaders, if any + * `screenshots`: Your screenshots, if any + * `server.dat`: Your multiplayer servers, if any + * `options.txt`: Your custom options and keybinds, if any + +If you want to restore your data, move the files you copied in _step 5_ back. If you're asked to replace the [default FO `resourcepacks`](../../info/resource-packs.md), do not! diff --git a/how-to/backup/prism-launcher.md b/how-to/backup/prism-launcher.md new file mode 100644 index 00000000..001ad097 --- /dev/null +++ b/how-to/backup/prism-launcher.md @@ -0,0 +1,20 @@ +--- +hidden: true +--- + +# How to Backup: Prism Launcher + +1. Open the **Prism Launcher** +2. Right-click on the FO instance +3. Click on **Folder** +4. Click on **.minecraft** +5. Open another folder to move your data to, like Documents +6. Copy the following files from the folder you opened in _step 4_ to the folder you opened in _step 5_: + * `saves`: Your local worlds + * `resourcepacks`: Your resource packs, if any + * `shaders`: Your shaders, if any + * `screenshots`: Your screenshots, if any + * `server.dat`: Your multiplayer servers, if any + * `options.txt`: Your custom options and keybinds, if any + +If you want to restore your data, move the files you copied in _step 5_ back. If you're asked to replace the [default FO `resourcepacks`](../../info/resource-packs.md), do not! diff --git a/how-to/backup/vanilla.md b/how-to/backup/vanilla.md new file mode 100644 index 00000000..4258cc28 --- /dev/null +++ b/how-to/backup/vanilla.md @@ -0,0 +1,19 @@ +--- +hidden: true +--- + +# How to Backup: Minecraft Launcher + +1. Open the **Minecraft Launcher** +2. Hover over the FO installation +3. Click on the **Folder** button +4. Open another folder to move your data to, like Documents +5. Copy the following files from the folder you opened in _step 3_ to the folder you opened in _step 4_: + * `saves`: Your local worlds + * `resourcepacks`: Your resource packs, if any + * `shaders`: Your shaders, if any + * `screenshots`: Your screenshots, if any + * `server.dat`: Your multiplayer servers, if any + * `options.txt`: Your custom options and keybinds, if any + +If you want to restore your data, move the files you copied in _step 5_ back. If you're asked to replace the [default FO `resourcepacks`](../../info/resource-packs.md), do not! diff --git a/how-to/reset/README.md b/how-to/reset/README.md new file mode 100644 index 00000000..243af0dc --- /dev/null +++ b/how-to/reset/README.md @@ -0,0 +1,8 @@ +--- +hidden: true +icon: arrow-rotate-left +--- + +# Reset + +
Modrinth Appmodrinth-app.md
CurseForge Appcurseforge-app.md
Prism Launcherprism-launcher.md
Minecraft Launchervanilla.md
MultiMCmultimc.md
diff --git a/how-to/reset/curseforge-app.md b/how-to/reset/curseforge-app.md new file mode 100644 index 00000000..1df59b0d --- /dev/null +++ b/how-to/reset/curseforge-app.md @@ -0,0 +1,16 @@ +--- +hidden: true +--- + +# How to Reset Options: CurseForge App + +1. Open the **CurseForge App** +2. Right-click on the FO instance +3. Click on **Open Folder** +4. If you want to reset mod options, delete the `config` folder +5. If you want to reset vanilla options, delete the `options.txt` file +6. Download your version from the [FO versions on CurseForge](https://curseforge.com/minecraft/modpacks/fabulously-optimized/files). A file should be downloaded +7. Rename the downloaded file to `pack.zip` +8. Extract the `zip` file +9. In the extracted folder, open the `overrides` folder +10. Move the `configs` folder from _step 9_ to the folder you opened in _step 3_ diff --git a/how-to/reset/modrinth-app.md b/how-to/reset/modrinth-app.md new file mode 100644 index 00000000..e822c83d --- /dev/null +++ b/how-to/reset/modrinth-app.md @@ -0,0 +1,17 @@ +--- +hidden: true +--- + +# How to Reset Options: Modrinth App + +1. Open the **Modrinth App** +2. Click on the **Library** +3. Right-click on the FO instance +4. Click on **Open Folder** +5. If you want to reset mod options, delete the `config` folder +6. If you want to reset vanilla options, delete the `options.txt` file +7. Download your version from the [FO versions on Modrinth](https://modrinth.com/modpack/fabulously-optimized/versions). A file should be downloaded +8. Rename the downloaded file to `pack.zip` +9. Extract the `zip` file +10. In the extracted folder, open the `overrides` folder +11. Move the `configs` folder from _step 9_ to the folder you opened in _step 3_ diff --git a/how-to/reset/multimc.md b/how-to/reset/multimc.md new file mode 100644 index 00000000..6e436d48 --- /dev/null +++ b/how-to/reset/multimc.md @@ -0,0 +1,16 @@ +--- +hidden: true +--- + +# How to Reset Options: MultiMC + +1. Open **MultiMC** +2. Right-click on the FO instance +3. Click on **Minecraft Folder** +4. If you want to reset mod options, delete the `config` folder +5. If you want to reset vanilla options, delete the `options.txt` file +6. Download your version from the [FO versions on Modrinth](https://modrinth.com/modpack/fabulously-optimized/versions). A file should be downloaded +7. Rename the downloaded file to `pack.zip` +8. Extract the `zip` file +9. In the extracted folder, open the `overrides` folder +10. Move the `configs` folder from _step 9_ to the folder you opened in _step 3_ diff --git a/how-to/reset/prism-launcher.md b/how-to/reset/prism-launcher.md new file mode 100644 index 00000000..97ac937f --- /dev/null +++ b/how-to/reset/prism-launcher.md @@ -0,0 +1,17 @@ +--- +hidden: true +--- + +# How to Reset Options: Prism Launcher + +1. Open the **Prism Launcher** +2. Right-click on the FO instance +3. Click on **Folder** +4. Click on **.minecraft** +5. If you want to reset mod options, delete the `config` folder +6. If you want to reset vanilla options, delete the `options.txt` file +7. Download your version from the [FO versions on Modrinth](https://modrinth.com/modpack/fabulously-optimized/versions). A file should be downloaded +8. Rename the downloaded file to `pack.zip` +9. Extract the `zip` file +10. In the extracted folder, open the `overrides` folder +11. Move the `configs` folder from _step 10_ to the folder you opened in _step 4_ diff --git a/how-to/reset/vanilla.md b/how-to/reset/vanilla.md new file mode 100644 index 00000000..75f2c960 --- /dev/null +++ b/how-to/reset/vanilla.md @@ -0,0 +1,16 @@ +--- +hidden: true +--- + +# How to Reset Options: Minecraft Launcher + +1. Open the **Minecraft Launcher** +2. Hover over the FO installation +3. Click on the **Folder** button +4. If you want to reset mod options, delete the `config` folder +5. If you want to reset vanilla options, delete the `options.txt` file +6. Download your version from the [FO versions on Modrinth](https://modrinth.com/modpack/fabulously-optimized/versions). A file should be downloaded +7. Rename the downloaded file to `pack.zip` +8. Extract the `zip` file +9. In the extracted folder, open the `overrides` folder +10. Move the `configs` folder from _step 9_ to the folder you opened in _step 3_ diff --git a/how-to/uninstall/README.md b/how-to/uninstall/README.md new file mode 100644 index 00000000..42d026d3 --- /dev/null +++ b/how-to/uninstall/README.md @@ -0,0 +1,8 @@ +--- +hidden: true +icon: trash-can +--- + +# Uninstall + +
Modrinth Appmodrinth-app.md
CurseForge Appcurseforge-app.md
Prism Launcherprism-launcher.md
Minecraft Launchervanilla.md
MultiMCmultimc.md
diff --git a/how-to/uninstall/curseforge-app.md b/how-to/uninstall/curseforge-app.md new file mode 100644 index 00000000..2efecf2b --- /dev/null +++ b/how-to/uninstall/curseforge-app.md @@ -0,0 +1,17 @@ +--- +hidden: true +--- + +# How to Uninstall: CurseForge App + +{% hint style="danger" %} +**You should ALWAYS [make backups](../backup/curseforge-app.md) before uninstalling**. + +As with any other piece of software, updates may go wrong for many reasons, including but not limited to: the launcher, the hardware, your custom configuration, the mods you added... and, rarely, FO as well. +{% endhint %} + +1. Open the **CurseForge App** +2. Select **Minecraft** from the grid or from the sidebar +3. In **My Modpacks**, right-click on **Fabulously Optimized** +4. Click on **Delete Profile** +5. Click on **Delete** diff --git a/how-to/uninstall/modrinth-app.md b/how-to/uninstall/modrinth-app.md new file mode 100644 index 00000000..eb352049 --- /dev/null +++ b/how-to/uninstall/modrinth-app.md @@ -0,0 +1,17 @@ +--- +hidden: true +--- + +# How to Uninstall: Modrinth App + +{% hint style="danger" %} +**You should ALWAYS [make backups](../backup/modrinth-app.md) before uninstalling**. + +As with any other piece of software, updates may go wrong for many reasons, including but not limited to: the launcher, the hardware, your custom configuration, the mods you added... and, rarely, FO as well. +{% endhint %} + +1. Open the **Modrinth App** +2. Click on the **Library** +3. Right-click on the FO instance +4. Click on **Delete** +5. Click on **Delete** diff --git a/how-to/uninstall/multimc.md b/how-to/uninstall/multimc.md new file mode 100644 index 00000000..e3897263 --- /dev/null +++ b/how-to/uninstall/multimc.md @@ -0,0 +1,16 @@ +--- +hidden: true +--- + +# How to Uninstall: MultiMC + +{% hint style="danger" %} +**You should ALWAYS [make backups](../backup/multimc.md) before uninstalling**. + +As with any other piece of software, updates may go wrong for many reasons, including but not limited to: the launcher, the hardware, your custom configuration, the mods you added... and, rarely, FO as well. +{% endhint %} + +1. Open **MultiMC** +2. Click on the FO instance +3. Click on **Delete** +4. Click on **Yes** diff --git a/how-to/uninstall/prism-launcher.md b/how-to/uninstall/prism-launcher.md new file mode 100644 index 00000000..0ff9caec --- /dev/null +++ b/how-to/uninstall/prism-launcher.md @@ -0,0 +1,16 @@ +--- +hidden: true +--- + +# How to Uninstall: Prism Launcher + +{% hint style="danger" %} +**You should ALWAYS [make backups](../backup/prism-launcher.md) before uninstalling**. + +As with any other piece of software, updates may go wrong for many reasons, including but not limited to: the launcher, the hardware, your custom configuration, the mods you added... and, rarely, FO as well. +{% endhint %} + +1. Open the **Prism Launcher** +2. Right-click on the FO instance +3. Click on **Delete** +4. Click on **Yes** diff --git a/how-to/uninstall/vanilla.md b/how-to/uninstall/vanilla.md new file mode 100644 index 00000000..459d4dba --- /dev/null +++ b/how-to/uninstall/vanilla.md @@ -0,0 +1,42 @@ +--- +hidden: true +--- + +# How to Uninstall: Minecraft Launcher + +{% hint style="danger" %} +**You should ALWAYS [make backups](../backup/vanilla.md) before uninstalling**. + +As with any other piece of software, updates may go wrong for many reasons, including but not limited to: the launcher, the hardware, your custom configuration, the mods you added... and, rarely, FO as well. +{% endhint %} + +{% tabs %} +{% tab title="Installer" %} +1. Open the **Minecraft Launcher** +2. Click on **Installations** +3. Hover over the FO installation +4. Click on the **Folder** button +5. If you had selected **Use a different `.minecraft` folder for this version?** during installation, delete the `fabulously-optimized-x.x.x` folder +6. If not, delete the `mods` and `config` folders +7. Open the `versions` folder +8. Delete all folders which start with `fabric-loader-` +9. In the **Minecraft Launcher**, hover over the installation +10. Click on the **three dots** button +11. Click on **Delete** +12. Click on **Delete** +{% endtab %} + +{% tab title="Manual" %} +1. Open the **Minecraft Launcher** +2. Click on **Installations** +3. Hover over the `fabric-loader-x.x.x` installation +4. Click on the **Folder** button +5. Delete the `mods` and `config` folders +6. Open the `versions` folder +7. Delete all folders which start with `fabric-loader-` +8. In the **Minecraft Launcher**, hover over the installation +9. Click on the **three dots** button +10. Click on **Delete** +11. Click on **Delete** +{% endtab %} +{% endtabs %} From c0d7cc9b3b59bd4812ea4cc15f6a7c0d0a948657 Mon Sep 17 00:00:00 2001 From: Miroma <136986257+its-miroma@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:41:00 +0100 Subject: [PATCH 2/4] rewrite(how-to/bru): fix headings --- how-to/backup/curseforge-app.md | 2 +- how-to/backup/modrinth-app.md | 2 +- how-to/backup/multimc.md | 2 +- how-to/backup/prism-launcher.md | 2 +- how-to/backup/vanilla.md | 2 +- how-to/reset/curseforge-app.md | 2 +- how-to/reset/modrinth-app.md | 2 +- how-to/reset/multimc.md | 2 +- how-to/reset/prism-launcher.md | 2 +- how-to/reset/vanilla.md | 2 +- how-to/uninstall/curseforge-app.md | 2 +- how-to/uninstall/modrinth-app.md | 2 +- how-to/uninstall/multimc.md | 2 +- how-to/uninstall/prism-launcher.md | 2 +- how-to/uninstall/vanilla.md | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/how-to/backup/curseforge-app.md b/how-to/backup/curseforge-app.md index 75739f21..c3315c43 100644 --- a/how-to/backup/curseforge-app.md +++ b/how-to/backup/curseforge-app.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Backup: CurseForge App +# CurseForge App 1. Open the **CurseForge App** 2. Right-click on the FO instance diff --git a/how-to/backup/modrinth-app.md b/how-to/backup/modrinth-app.md index 056bc8f4..c793af5a 100644 --- a/how-to/backup/modrinth-app.md +++ b/how-to/backup/modrinth-app.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Backup: Modrinth App +# Modrinth App 1. Open the **Modrinth App** 2. Click on the **Library** diff --git a/how-to/backup/multimc.md b/how-to/backup/multimc.md index 4331c222..bd6caa2b 100644 --- a/how-to/backup/multimc.md +++ b/how-to/backup/multimc.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Backup: MultiMC +# MultiMC 1. Open **MultiMC** 2. Right-click on the FO instance diff --git a/how-to/backup/prism-launcher.md b/how-to/backup/prism-launcher.md index 001ad097..bc03b466 100644 --- a/how-to/backup/prism-launcher.md +++ b/how-to/backup/prism-launcher.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Backup: Prism Launcher +# Prism Launcher 1. Open the **Prism Launcher** 2. Right-click on the FO instance diff --git a/how-to/backup/vanilla.md b/how-to/backup/vanilla.md index 4258cc28..e351ffec 100644 --- a/how-to/backup/vanilla.md +++ b/how-to/backup/vanilla.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Backup: Minecraft Launcher +# Minecraft Launcher 1. Open the **Minecraft Launcher** 2. Hover over the FO installation diff --git a/how-to/reset/curseforge-app.md b/how-to/reset/curseforge-app.md index 1df59b0d..537e8142 100644 --- a/how-to/reset/curseforge-app.md +++ b/how-to/reset/curseforge-app.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Reset Options: CurseForge App +# CurseForge App 1. Open the **CurseForge App** 2. Right-click on the FO instance diff --git a/how-to/reset/modrinth-app.md b/how-to/reset/modrinth-app.md index e822c83d..0080b3d0 100644 --- a/how-to/reset/modrinth-app.md +++ b/how-to/reset/modrinth-app.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Reset Options: Modrinth App +# Modrinth App 1. Open the **Modrinth App** 2. Click on the **Library** diff --git a/how-to/reset/multimc.md b/how-to/reset/multimc.md index 6e436d48..b7dd6148 100644 --- a/how-to/reset/multimc.md +++ b/how-to/reset/multimc.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Reset Options: MultiMC +# MultiMC 1. Open **MultiMC** 2. Right-click on the FO instance diff --git a/how-to/reset/prism-launcher.md b/how-to/reset/prism-launcher.md index 97ac937f..fc0a4cb6 100644 --- a/how-to/reset/prism-launcher.md +++ b/how-to/reset/prism-launcher.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Reset Options: Prism Launcher +# Prism Launcher 1. Open the **Prism Launcher** 2. Right-click on the FO instance diff --git a/how-to/reset/vanilla.md b/how-to/reset/vanilla.md index 75f2c960..6339b90d 100644 --- a/how-to/reset/vanilla.md +++ b/how-to/reset/vanilla.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Reset Options: Minecraft Launcher +# Minecraft Launcher 1. Open the **Minecraft Launcher** 2. Hover over the FO installation diff --git a/how-to/uninstall/curseforge-app.md b/how-to/uninstall/curseforge-app.md index 2efecf2b..ddbfa5af 100644 --- a/how-to/uninstall/curseforge-app.md +++ b/how-to/uninstall/curseforge-app.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Uninstall: CurseForge App +# CurseForge App {% hint style="danger" %} **You should ALWAYS [make backups](../backup/curseforge-app.md) before uninstalling**. diff --git a/how-to/uninstall/modrinth-app.md b/how-to/uninstall/modrinth-app.md index eb352049..c9e30ba3 100644 --- a/how-to/uninstall/modrinth-app.md +++ b/how-to/uninstall/modrinth-app.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Uninstall: Modrinth App +# Modrinth App {% hint style="danger" %} **You should ALWAYS [make backups](../backup/modrinth-app.md) before uninstalling**. diff --git a/how-to/uninstall/multimc.md b/how-to/uninstall/multimc.md index e3897263..b0f2f308 100644 --- a/how-to/uninstall/multimc.md +++ b/how-to/uninstall/multimc.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Uninstall: MultiMC +# MultiMC {% hint style="danger" %} **You should ALWAYS [make backups](../backup/multimc.md) before uninstalling**. diff --git a/how-to/uninstall/prism-launcher.md b/how-to/uninstall/prism-launcher.md index 0ff9caec..85f0ea64 100644 --- a/how-to/uninstall/prism-launcher.md +++ b/how-to/uninstall/prism-launcher.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Uninstall: Prism Launcher +# Prism Launcher {% hint style="danger" %} **You should ALWAYS [make backups](../backup/prism-launcher.md) before uninstalling**. diff --git a/how-to/uninstall/vanilla.md b/how-to/uninstall/vanilla.md index 459d4dba..0a1b6422 100644 --- a/how-to/uninstall/vanilla.md +++ b/how-to/uninstall/vanilla.md @@ -2,7 +2,7 @@ hidden: true --- -# How to Uninstall: Minecraft Launcher +# Minecraft Launcher {% hint style="danger" %} **You should ALWAYS [make backups](../backup/vanilla.md) before uninstalling**. From 0ef6f2701a5642f3aee3e15cd99d18b36b3f8c02 Mon Sep 17 00:00:00 2001 From: Miroma <136986257+its-miroma@users.noreply.github.com> Date: Wed, 22 Jan 2025 20:09:56 +0100 Subject: [PATCH 3/4] rewrite(how-to/reset/curseforge-app.md): fix url --- how-to/reset/curseforge-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/how-to/reset/curseforge-app.md b/how-to/reset/curseforge-app.md index 537e8142..2e22bce0 100644 --- a/how-to/reset/curseforge-app.md +++ b/how-to/reset/curseforge-app.md @@ -9,7 +9,7 @@ hidden: true 3. Click on **Open Folder** 4. If you want to reset mod options, delete the `config` folder 5. If you want to reset vanilla options, delete the `options.txt` file -6. Download your version from the [FO versions on CurseForge](https://curseforge.com/minecraft/modpacks/fabulously-optimized/files). A file should be downloaded +6. Download your version from the [FO versions on CurseForge](https://www.curseforge.com/minecraft/modpacks/fabulously-optimized/files). A file should be downloaded 7. Rename the downloaded file to `pack.zip` 8. Extract the `zip` file 9. In the extracted folder, open the `overrides` folder From 52fac72c1b4874c6116c01b88698d09eefa6370e Mon Sep 17 00:00:00 2001 From: Miroma <136986257+its-miroma@users.noreply.github.com> Date: Sun, 1 Jun 2025 15:07:37 +0200 Subject: [PATCH 4/4] rewrite(how-to/bru): use `kbd` for all UI buttons --- how-to/backup/curseforge-app.md | 4 ++-- how-to/backup/modrinth-app.md | 6 +++--- how-to/backup/multimc.md | 4 ++-- how-to/backup/prism-launcher.md | 6 +++--- how-to/backup/vanilla.md | 4 ++-- how-to/reset/curseforge-app.md | 4 ++-- how-to/reset/modrinth-app.md | 6 +++--- how-to/reset/multimc.md | 4 ++-- how-to/reset/prism-launcher.md | 6 +++--- how-to/reset/vanilla.md | 4 ++-- how-to/uninstall/curseforge-app.md | 8 ++++---- how-to/uninstall/modrinth-app.md | 8 ++++---- how-to/uninstall/multimc.md | 6 +++--- how-to/uninstall/prism-launcher.md | 6 +++--- how-to/uninstall/vanilla.md | 24 ++++++++++++------------ 15 files changed, 50 insertions(+), 50 deletions(-) diff --git a/how-to/backup/curseforge-app.md b/how-to/backup/curseforge-app.md index c3315c43..c1fae042 100644 --- a/how-to/backup/curseforge-app.md +++ b/how-to/backup/curseforge-app.md @@ -5,8 +5,8 @@ hidden: true # CurseForge App 1. Open the **CurseForge App** -2. Right-click on the FO instance -3. Click on **Open Folder** +2. Right-click on **Fabulously Optimized** +3. Click on **Open Folder** 4. Open another folder to move your data to, like Documents 5. Copy the following files from the folder you opened in _step 3_ to the folder you opened in _step 4_: * `saves`: Your local worlds diff --git a/how-to/backup/modrinth-app.md b/how-to/backup/modrinth-app.md index c793af5a..17a1a71d 100644 --- a/how-to/backup/modrinth-app.md +++ b/how-to/backup/modrinth-app.md @@ -5,9 +5,9 @@ hidden: true # Modrinth App 1. Open the **Modrinth App** -2. Click on the **Library** -3. Right-click on the FO instance -4. Click on **Open Folder** +2. Click on the **Library** +3. Right-click on **Fabulously Optimized** +4. Click on **Open Folder** 5. Open another folder to move your data to, like Documents 6. Copy the following files from the folder you opened in _step 3_ to the folder you opened in _step 4_: * `saves`: Your local worlds diff --git a/how-to/backup/multimc.md b/how-to/backup/multimc.md index bd6caa2b..e32e929d 100644 --- a/how-to/backup/multimc.md +++ b/how-to/backup/multimc.md @@ -5,8 +5,8 @@ hidden: true # MultiMC 1. Open **MultiMC** -2. Right-click on the FO instance -3. Click on **Minecraft Folder** +2. Right-click on **Fabulously Optimized** +3. Click on **Minecraft Folder** 4. Open another folder to move your data to, like Documents 5. Copy the following files from the folder you opened in _step 3_ to the folder you opened in _step 4_: * `saves`: Your local worlds diff --git a/how-to/backup/prism-launcher.md b/how-to/backup/prism-launcher.md index bc03b466..ab91482b 100644 --- a/how-to/backup/prism-launcher.md +++ b/how-to/backup/prism-launcher.md @@ -5,9 +5,9 @@ hidden: true # Prism Launcher 1. Open the **Prism Launcher** -2. Right-click on the FO instance -3. Click on **Folder** -4. Click on **.minecraft** +2. Right-click on **Fabulously Optimized** +3. Click on **Folder** +4. Click on **.minecraft** 5. Open another folder to move your data to, like Documents 6. Copy the following files from the folder you opened in _step 4_ to the folder you opened in _step 5_: * `saves`: Your local worlds diff --git a/how-to/backup/vanilla.md b/how-to/backup/vanilla.md index e351ffec..faedbf04 100644 --- a/how-to/backup/vanilla.md +++ b/how-to/backup/vanilla.md @@ -5,8 +5,8 @@ hidden: true # Minecraft Launcher 1. Open the **Minecraft Launcher** -2. Hover over the FO installation -3. Click on the **Folder** button +2. Hover over the **Fabulously Optimized** installation +3. Click on the **Folder** button 4. Open another folder to move your data to, like Documents 5. Copy the following files from the folder you opened in _step 3_ to the folder you opened in _step 4_: * `saves`: Your local worlds diff --git a/how-to/reset/curseforge-app.md b/how-to/reset/curseforge-app.md index 2e22bce0..659d93ea 100644 --- a/how-to/reset/curseforge-app.md +++ b/how-to/reset/curseforge-app.md @@ -5,8 +5,8 @@ hidden: true # CurseForge App 1. Open the **CurseForge App** -2. Right-click on the FO instance -3. Click on **Open Folder** +2. Right-click on **Fabulously Optimized** +3. Click on **Open Folder** 4. If you want to reset mod options, delete the `config` folder 5. If you want to reset vanilla options, delete the `options.txt` file 6. Download your version from the [FO versions on CurseForge](https://www.curseforge.com/minecraft/modpacks/fabulously-optimized/files). A file should be downloaded diff --git a/how-to/reset/modrinth-app.md b/how-to/reset/modrinth-app.md index 0080b3d0..d93ff238 100644 --- a/how-to/reset/modrinth-app.md +++ b/how-to/reset/modrinth-app.md @@ -5,9 +5,9 @@ hidden: true # Modrinth App 1. Open the **Modrinth App** -2. Click on the **Library** -3. Right-click on the FO instance -4. Click on **Open Folder** +2. Click on the **Library** +3. Right-click on **Fabulously Optimized** +4. Click on **Open Folder** 5. If you want to reset mod options, delete the `config` folder 6. If you want to reset vanilla options, delete the `options.txt` file 7. Download your version from the [FO versions on Modrinth](https://modrinth.com/modpack/fabulously-optimized/versions). A file should be downloaded diff --git a/how-to/reset/multimc.md b/how-to/reset/multimc.md index b7dd6148..a1d5c8c6 100644 --- a/how-to/reset/multimc.md +++ b/how-to/reset/multimc.md @@ -5,8 +5,8 @@ hidden: true # MultiMC 1. Open **MultiMC** -2. Right-click on the FO instance -3. Click on **Minecraft Folder** +2. Right-click on **Fabulously Optimized** +3. Click on **Minecraft Folder** 4. If you want to reset mod options, delete the `config` folder 5. If you want to reset vanilla options, delete the `options.txt` file 6. Download your version from the [FO versions on Modrinth](https://modrinth.com/modpack/fabulously-optimized/versions). A file should be downloaded diff --git a/how-to/reset/prism-launcher.md b/how-to/reset/prism-launcher.md index fc0a4cb6..e268f4d6 100644 --- a/how-to/reset/prism-launcher.md +++ b/how-to/reset/prism-launcher.md @@ -5,9 +5,9 @@ hidden: true # Prism Launcher 1. Open the **Prism Launcher** -2. Right-click on the FO instance -3. Click on **Folder** -4. Click on **.minecraft** +2. Right-click on **Fabulously Optimized** +3. Click on **Folder** +4. Click on **.minecraft** 5. If you want to reset mod options, delete the `config` folder 6. If you want to reset vanilla options, delete the `options.txt` file 7. Download your version from the [FO versions on Modrinth](https://modrinth.com/modpack/fabulously-optimized/versions). A file should be downloaded diff --git a/how-to/reset/vanilla.md b/how-to/reset/vanilla.md index 6339b90d..1a9a2e90 100644 --- a/how-to/reset/vanilla.md +++ b/how-to/reset/vanilla.md @@ -5,8 +5,8 @@ hidden: true # Minecraft Launcher 1. Open the **Minecraft Launcher** -2. Hover over the FO installation -3. Click on the **Folder** button +2. Hover over the **Fabulously Optimized** installation +3. Click on the **Folder** button 4. If you want to reset mod options, delete the `config` folder 5. If you want to reset vanilla options, delete the `options.txt` file 6. Download your version from the [FO versions on Modrinth](https://modrinth.com/modpack/fabulously-optimized/versions). A file should be downloaded diff --git a/how-to/uninstall/curseforge-app.md b/how-to/uninstall/curseforge-app.md index ddbfa5af..c862c78d 100644 --- a/how-to/uninstall/curseforge-app.md +++ b/how-to/uninstall/curseforge-app.md @@ -11,7 +11,7 @@ As with any other piece of software, updates may go wrong for many reasons, incl {% endhint %} 1. Open the **CurseForge App** -2. Select **Minecraft** from the grid or from the sidebar -3. In **My Modpacks**, right-click on **Fabulously Optimized** -4. Click on **Delete Profile** -5. Click on **Delete** +2. Select **Minecraft** from the grid or from the sidebar +3. In **My Modpacks**, right-click on **Fabulously Optimized** +4. Click on **Delete Profile** +5. Click on **Delete** diff --git a/how-to/uninstall/modrinth-app.md b/how-to/uninstall/modrinth-app.md index c9e30ba3..80ee9e4f 100644 --- a/how-to/uninstall/modrinth-app.md +++ b/how-to/uninstall/modrinth-app.md @@ -11,7 +11,7 @@ As with any other piece of software, updates may go wrong for many reasons, incl {% endhint %} 1. Open the **Modrinth App** -2. Click on the **Library** -3. Right-click on the FO instance -4. Click on **Delete** -5. Click on **Delete** +2. Click on the **Library** +3. Right-click on **Fabulously Optimized** +4. Click on **Delete** +5. Click on **Delete** diff --git a/how-to/uninstall/multimc.md b/how-to/uninstall/multimc.md index b0f2f308..5f5e7cf9 100644 --- a/how-to/uninstall/multimc.md +++ b/how-to/uninstall/multimc.md @@ -11,6 +11,6 @@ As with any other piece of software, updates may go wrong for many reasons, incl {% endhint %} 1. Open **MultiMC** -2. Click on the FO instance -3. Click on **Delete** -4. Click on **Yes** +2. Click on **Fabulously Optimized** +3. Click on **Delete** +4. Click on **Yes** diff --git a/how-to/uninstall/prism-launcher.md b/how-to/uninstall/prism-launcher.md index 85f0ea64..7af381b4 100644 --- a/how-to/uninstall/prism-launcher.md +++ b/how-to/uninstall/prism-launcher.md @@ -11,6 +11,6 @@ As with any other piece of software, updates may go wrong for many reasons, incl {% endhint %} 1. Open the **Prism Launcher** -2. Right-click on the FO instance -3. Click on **Delete** -4. Click on **Yes** +2. Right-click on **Fabulously Optimized** +3. Click on **Delete** +4. Click on **Yes** diff --git a/how-to/uninstall/vanilla.md b/how-to/uninstall/vanilla.md index 0a1b6422..bff2f517 100644 --- a/how-to/uninstall/vanilla.md +++ b/how-to/uninstall/vanilla.md @@ -13,30 +13,30 @@ As with any other piece of software, updates may go wrong for many reasons, incl {% tabs %} {% tab title="Installer" %} 1. Open the **Minecraft Launcher** -2. Click on **Installations** -3. Hover over the FO installation -4. Click on the **Folder** button -5. If you had selected **Use a different `.minecraft` folder for this version?** during installation, delete the `fabulously-optimized-x.x.x` folder +2. Click on **Installations** +3. Hover over the **Fabulously Optimized** installation +4. Click on the **Folder** button +5. If you had selected **Use a different `.minecraft` folder for this version?** during installation, delete the `fabulously-optimized-x.x.x` folder 6. If not, delete the `mods` and `config` folders 7. Open the `versions` folder 8. Delete all folders which start with `fabric-loader-` 9. In the **Minecraft Launcher**, hover over the installation -10. Click on the **three dots** button -11. Click on **Delete** -12. Click on **Delete** +10. Click on the **three dots** button +11. Click on **Delete** +12. Click on **Delete** {% endtab %} {% tab title="Manual" %} 1. Open the **Minecraft Launcher** -2. Click on **Installations** +2. Click on **Installations** 3. Hover over the `fabric-loader-x.x.x` installation -4. Click on the **Folder** button +4. Click on the **Folder** button 5. Delete the `mods` and `config` folders 6. Open the `versions` folder 7. Delete all folders which start with `fabric-loader-` 8. In the **Minecraft Launcher**, hover over the installation -9. Click on the **three dots** button -10. Click on **Delete** -11. Click on **Delete** +9. Click on the **three dots** button +10. Click on **Delete** +11. Click on **Delete** {% endtab %} {% endtabs %}