move tags to markdown
This commit is contained in:
parent
029ba31520
commit
4e2afcc7f8
24 changed files with 242 additions and 281 deletions
19
tags/binary-search.md
Normal file
19
tags/binary-search.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
aliases: ['thanosmethod']
|
||||
embed:
|
||||
title: Binary Search - method to find mod problems
|
||||
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 procedure is simple:
|
||||
|
||||
1. Remove half of the existing things, and put them aside.
|
||||
2. Run the program / game.
|
||||
3. Does the issue still exist?
|
||||
If YES: Repeat from step 1 with the current things.
|
||||
IF NO: Swap out the current things with the ones set aside, and repeat from step 1.
|
||||
4. Repeat this process until the problematic thing/s have been found.
|
||||
|
||||
_Credit to the Quilt Community discord and the Forge Discord for these instructions._
|
1
tags/build.md
Normal file
1
tags/build.md
Normal file
|
@ -0,0 +1 @@
|
|||
https://prismlauncher.org/wiki/development/build-instructions/
|
8
tags/curseforge.md
Normal file
8
tags/curseforge.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
aliases: ['cf', 'curse', 'cursed', 'cursedfrog']
|
||||
embed:
|
||||
title: What's wrong with CurseForge?
|
||||
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.
|
1
tags/java.md
Normal file
1
tags/java.md
Normal file
|
@ -0,0 +1 @@
|
|||
https://prismlauncher.org/wiki/getting-started/installing-java/
|
5
tags/legacyjavafixer.md
Normal file
5
tags/legacyjavafixer.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
aliases: ['legacyjava', 'ljf']
|
||||
---
|
||||
|
||||
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
|
5
tags/log.md
Normal file
5
tags/log.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
aliases: ['sendlog', 'logs', '🪵']
|
||||
---
|
||||
|
||||
Please send logs: https://media.discordapp.net/attachments/923671549758820434/1027408644289077268/unknown.png
|
5
tags/migrate.md
Normal file
5
tags/migrate.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
aliases: ['migr', 'mmc', 'multimc']
|
||||
---
|
||||
|
||||
https://prismlauncher.org/wiki/getting-started/migrating-multimc/
|
12
tags/optifine.md
Normal file
12
tags/optifine.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
aliases: ['of', 'optimize', 'opticrap', 'notfine']
|
||||
embed:
|
||||
title: OptiFine
|
||||
color: green
|
||||
---
|
||||
|
||||
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/)
|
19
tags/paths.md
Normal file
19
tags/paths.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
aliases: ['dirs', 'locate']
|
||||
embed:
|
||||
title: Data directories
|
||||
color: blue
|
||||
fields:
|
||||
- name: Portable (Windows / Linux)
|
||||
value: In the PrismLauncher folder
|
||||
- name: Windows
|
||||
value: '`%APPDATA%/PrismLauncher`'
|
||||
- name: macOS
|
||||
value: '`~/Library/Application Support/PrismLauncher`'
|
||||
- name: Linux
|
||||
value: '`~/.local/share/PrismLauncher`'
|
||||
- name: Flatpak
|
||||
value: '`~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher`'
|
||||
---
|
||||
|
||||
Where Prism Launcher stores your data (e.g. instances)
|
7
tags/piracy.md
Normal file
7
tags/piracy.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
embed:
|
||||
title: We don't tolerate piracy!
|
||||
color: red
|
||||
---
|
||||
|
||||
Prism Launcher has always been legal, legitimate & appropriate. We don't and never will have features such as offline login without an official account.
|
14
tags/pluralkit.md
Normal file
14
tags/pluralkit.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
aliases: ['pk']
|
||||
embed:
|
||||
title: Why PluralKit?
|
||||
color: blue
|
||||
---
|
||||
|
||||
Plurality is the existence of multiple self-aware entities inside the same brain.
|
||||
|
||||
Each member of a system/collective (group residing inside the same physical brain) is an individual person, so please treat them as such.
|
||||
|
||||
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.
|
12
tags/update.md
Normal file
12
tags/update.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
aliases: ['updating', 'autoupdate']
|
||||
embed:
|
||||
title: Does Prism Launcher auto-update?
|
||||
color: blue
|
||||
---
|
||||
|
||||
Prism Launcher auto-updates for macOS using the Sparkle Framework.
|
||||
|
||||
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!
|
11
tags/why.md
Normal file
11
tags/why.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
aliases:
|
||||
- 'whywasprismlaunchermade'
|
||||
- 'whywasprismmade'
|
||||
- 'whywaspolymcmade'
|
||||
- 'mmcdrama'
|
||||
- 'devlauncher'
|
||||
---
|
||||
|
||||
https://prismlauncher.org/wiki/overview/faq/#why-did-our-community-choose-to-fork
|
||||
https://prismlauncher.org/news/moving-on/
|
8
tags/whyjava8.md
Normal file
8
tags/whyjava8.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
aliases: ['isjava8ancient', 'whyisprismforcingme']
|
||||
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, 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).
|
Loading…
Add table
Add a link
Reference in a new issue