From 968e911ded96e1b55e867cacc36aa707e9f21b2f Mon Sep 17 00:00:00 2001 From: Lilith <96212687+xzi@users.noreply.github.com> Date: Thu, 11 May 2023 11:13:57 -0400 Subject: [PATCH] Make tags look better / spelling fix (#162) Co-authored-by: Sefa Eyeoglu --- README.md | 2 +- tags/binary-search.md | 4 ++-- tags/build.md | 8 +++++++- tags/curseforge.md | 2 +- tags/java.md | 7 ++++++- tags/javaforgebugfix.md | 4 ++-- tags/legacyjavafixer.md | 5 ++++- tags/log.md | 6 +++++- tags/migrate.md | 3 +++ tags/optifine.md | 2 +- tags/paths.md | 2 +- tags/pluralkit.md | 2 ++ tags/update.md | 7 +++---- tags/vcredist.md | 10 +++++----- tags/why.md | 3 +++ tags/whyjava8.md | 3 ++- 16 files changed, 48 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 85a31f4..5af7b1f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Refraction bot -Refraction Bot for [Discord](https://discord.gg/prismlauncher). +The Refraction Bot used in the [Prism Launcher Discord](https://discord.gg/prismlauncher). diff --git a/tags/binary-search.md b/tags/binary-search.md index 631b2e9..14d3a09 100644 --- a/tags/binary-search.md +++ b/tags/binary-search.md @@ -1,11 +1,11 @@ --- aliases: ['thanosmethod'] embed: - title: Binary Search - method to find mod problems + title: Binary Search - A method of finding problems with mods color: blue --- -The binary search is a way of finding a faulty thing among a lot of other things, without having to remove the things one-by-one. This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one. +The binary search is a way of finding a faulty thing amongst a lot of other things, without having to remove the things one-by-one. This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one. The procedure is simple: diff --git a/tags/build.md b/tags/build.md index edbe551..2ad8bef 100644 --- a/tags/build.md +++ b/tags/build.md @@ -1 +1,7 @@ -https://prismlauncher.org/wiki/development/build-instructions/ +--- +embed: + title: Building Prism from scratch + color: blue +--- + +https://prismlauncher.org/wiki/development/build-instructions/ \ No newline at end of file diff --git a/tags/curseforge.md b/tags/curseforge.md index e889f9f..a5c2f53 100644 --- a/tags/curseforge.md +++ b/tags/curseforge.md @@ -5,4 +5,4 @@ embed: color: orange --- -CurseForge added a new option to block third party clients like Prism Launcher from accessing mod files, and they started to enforce this option lately. We can't allow you to download those mods directly from Prism Launcher, but Prism Launcher 1.3.1 and higher have a workaround to let modpacks work: letting you to download those opted out mods manually. We highly encourage asking authors that opted out to stop doing so. +CurseForge added a new option to block third party clients like Prism Launcher from accessing mod files, and they started to enforce this option lately. We can't allow you to download those mods directly from CurseForge because of this. However, Prism Launcher offers a workaround to enable the downloading of these mods, by allowing you to download these mods from your browser and automatically importing them into the instance. We highly encourage asking authors that opted out of client downloads to stop doing so. \ No newline at end of file diff --git a/tags/java.md b/tags/java.md index ed73997..26b7ea3 100644 --- a/tags/java.md +++ b/tags/java.md @@ -1 +1,6 @@ -https://prismlauncher.org/wiki/getting-started/installing-java/ +--- +embed: + title: Java Instructions + color: orange +--- +Currently, Prism Launcher does not bundle Java with itself. The instructions to setup and install Java can be found [here](https://prismlauncher.org/wiki/getting-started/installing-java/). diff --git a/tags/javaforgebugfix.md b/tags/javaforgebugfix.md index 6d13655..681a69b 100644 --- a/tags/javaforgebugfix.md +++ b/tags/javaforgebugfix.md @@ -5,8 +5,8 @@ embed: color: yellow --- -1. Click the instance that is broken, then select "Edit". -2. Choose version and then click Forge, then click the change version button. +1. Click the instance that is broken, then select `Edit`. +2. Choose `Version` and then click `Forge`, then click the change version button. 3. You can then change the version, choose the latest, and click OK. 4. You are good to go! diff --git a/tags/legacyjavafixer.md b/tags/legacyjavafixer.md index 706a8d8..d043635 100644 --- a/tags/legacyjavafixer.md +++ b/tags/legacyjavafixer.md @@ -1,5 +1,8 @@ --- aliases: ['legacyjava', 'ljf'] +embed: + title: LegacyJavaFixer + color: yellow --- -MinecraftForge provides a coremod to fix some issues with older Forge versions on recent Java versions. You can download it here: https://dist.creeper.host/FTB2/maven/net/minecraftforge/lex/legacyjavafixer/1.0/legacyjavafixer-1.0.jar +MinecraftForge provides a coremod to fix some issues with older Forge versions on recent Java versions. You can download it [here](https://dist.creeper.host/FTB2/maven/net/minecraftforge/lex/legacyjavafixer/1.0/legacyjavafixer-1.0.jar). diff --git a/tags/log.md b/tags/log.md index 82c3d5d..d2f03d9 100644 --- a/tags/log.md +++ b/tags/log.md @@ -1,5 +1,9 @@ --- aliases: ['sendlog', 'logs', '🪵'] +embed: + title: Upload Logs + color: orange --- +Please send logs! The recommended site to upload your logs to is [mclo.gs](https://mclo.gs/). -Please send logs: https://media.discordapp.net/attachments/923671549758820434/1027408644289077268/unknown.png +https://media.discordapp.net/attachments/923671549758820434/1027408644289077268/unknown.png \ No newline at end of file diff --git a/tags/migrate.md b/tags/migrate.md index 287442b..c404015 100644 --- a/tags/migrate.md +++ b/tags/migrate.md @@ -1,5 +1,8 @@ --- aliases: ['migr', 'mmc', 'multimc'] +embed: + title: Migrating from MultiMC + color: orange --- https://prismlauncher.org/wiki/getting-started/migrating-multimc/ diff --git a/tags/optifine.md b/tags/optifine.md index 52a4476..74e2723 100644 --- a/tags/optifine.md +++ b/tags/optifine.md @@ -9,4 +9,4 @@ OptiFine is known to cause problems when paired with other mods. Please see [Installing OptiFine Alternatives](https://prismlauncher.org/wiki/getting-started/install-of-alternatives/). -If you really want to use OptiFine, see [Installing OptiFine](https://prismlauncher.org/wiki/getting-started/installing-optifine/) +If you really want to use OptiFine, see [Installing OptiFine](https://prismlauncher.org/wiki/getting-started/installing-optifine/). diff --git a/tags/paths.md b/tags/paths.md index c02b553..ce47757 100644 --- a/tags/paths.md +++ b/tags/paths.md @@ -16,4 +16,4 @@ embed: value: '`~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher`' --- -Where Prism Launcher stores your data (e.g. instances) +Where Prism Launcher stores your data (e.g. instances). diff --git a/tags/pluralkit.md b/tags/pluralkit.md index c2096d4..c70328a 100644 --- a/tags/pluralkit.md +++ b/tags/pluralkit.md @@ -12,3 +12,5 @@ Each member of a system/collective (group residing inside the same physical brai On Discord, some systems may use [PluralKit](https://pluralkit.me/) to make their message appear with the correct profile, resulting in a `[BOT]` tag. For more information about plurality, we recommend [More Than One](https://morethanone.info/) for a useful overview. + +**Note: We do NOT tolerate the use of PluralKit for role playing.** \ No newline at end of file diff --git a/tags/update.md b/tags/update.md index 111fca6..4401c57 100644 --- a/tags/update.md +++ b/tags/update.md @@ -4,9 +4,8 @@ embed: title: Does Prism Launcher auto-update? color: blue --- +Windows auto-updating is WIP. For now, you will need to download the installer and run it again in order to update. You will not lose your instances. -Prism Launcher auto-updates for macOS using the Sparkle Framework. +Prism Launcher auto-updates for macOS using the [Sparkle Framework](https://sparkle-project.org/). -Windows auto-updating is WIP for now, you will need to download the installer and run it again. (You will not lose your instances.) - -For Linux, just use your package manager! +For Linux, just use your package manager! \ No newline at end of file diff --git a/tags/vcredist.md b/tags/vcredist.md index cfc2f40..8563734 100644 --- a/tags/vcredist.md +++ b/tags/vcredist.md @@ -5,12 +5,12 @@ embed: color: pink --- -Like most apps on Windows, you have to install vcredist for Prism to run. +Like most apps on Windows, you have to install vcredist for Prism to run. Depending on what version of Prism you are using, you may need a different version. You need: -- [vcredist 2022 x64](https://aka.ms/vs/17/release/vc_redist.x64.exe) if you're using PrismLauncher-Windows-MSVC (the reccomended version for Windows 10 64 bit/Windows 11) -- [vcredist 2022 x86](https://aka.ms/vs/17/release/vc_redist.x86.exe) if you're using PrismLauncher-Windows-MSVC-Legacy (the reccomended version for Windows 7/8.1 and Windows 10 32 bit) -- [vcredist 2022 arm64](https://aka.ms/vs/17/release/vc_redist.arm64.exe) if you're using PrismLauncher-Windows-MSVC-arm64 (the reccomended version for Windows 10/11 on ARM) +- [vcredist 2022 x64](https://aka.ms/vs/17/release/vc_redist.x64.exe) if you're using PrismLauncher-Windows-MSVC (the recommended version for Windows 10 64 bit/Windows 11). +- [vcredist 2022 x86](https://aka.ms/vs/17/release/vc_redist.x86.exe) if you're using PrismLauncher-Windows-MSVC-Legacy (the recommended version for Windows 7/8.1 and Windows 10 32 bit). +- [vcredist 2022 arm64](https://aka.ms/vs/17/release/vc_redist.arm64.exe) if you're using PrismLauncher-Windows-MSVC-arm64 (the recommended version for Windows 10/11 on ARM). -See the [wiki page](https://prismlauncher.org/wiki/overview/frequent-issues/#%22msvcp140_2.dll-was-not-found%22) in the website for more information +See the [wiki page](https://prismlauncher.org/wiki/overview/frequent-issues/#%22msvcp140_2.dll-was-not-found%22) on Prism's website for more information. diff --git a/tags/why.md b/tags/why.md index d26458f..3278ee6 100644 --- a/tags/why.md +++ b/tags/why.md @@ -5,6 +5,9 @@ aliases: - 'whywaspolymcmade' - 'mmcdrama' - 'devlauncher' +embed: + title: But why? + color: purple --- https://prismlauncher.org/wiki/overview/faq/#why-did-our-community-choose-to-fork diff --git a/tags/whyjava8.md b/tags/whyjava8.md index fa696c8..51784c1 100644 --- a/tags/whyjava8.md +++ b/tags/whyjava8.md @@ -4,5 +4,6 @@ embed: title: Why does Prism Launcher ask me to change Java version? color: orange --- +Minecraft versions before 1.17 required Java 8 and have issues with newer Java, while newer versions require Java 17, so you need to change Java version. Some people think Java 8 is very outdated, however, it's actually an LTS, meaning it's still getting updates. -Minecraft versions before 1.17 required Java 8 and have issues with newer java, while newer versions require Java 17, so you need to change java version. Some people think Java 8 is very outdated, but it's actually an LTS, it's still getting updates. If one of your mods is weird and requires newer java, you can bypass this going to instance settings-Java and ticking 'Skip java compatibility checks', but be aware of potential issues, such as [random CMEs](https://bugs.mojang.com/browse/MC-149777). +If one of your mods is weird and requires newer Java, you can bypass this, by going to instance settings-Java and ticking 'Skip java compatibility checks', but be aware of potential issues, such as [random CMEs](https://bugs.mojang.com/browse/MC-149777). \ No newline at end of file