Inital bot files
Some checks failed
CI / Build (ubuntu-latest) (push) Waiting to run
CI / Build (windows-latest) (push) Waiting to run
CI / Flake checks (push) Waiting to run
CI / CI Release gate (push) Blocked by required conditions
Docker / Build image (push) Waiting to run
Docker / Docker Release gate (push) Blocked by required conditions
Docker / Push image (push) Blocked by required conditions
Clippy / Run scan (push) Has been cancelled
Some checks failed
CI / Build (ubuntu-latest) (push) Waiting to run
CI / Build (windows-latest) (push) Waiting to run
CI / Flake checks (push) Waiting to run
CI / CI Release gate (push) Blocked by required conditions
Docker / Build image (push) Waiting to run
Docker / Docker Release gate (push) Blocked by required conditions
Docker / Push image (push) Blocked by required conditions
Clippy / Run scan (push) Has been cancelled
This commit is contained in:
commit
6bac95dce6
91 changed files with 4422 additions and 0 deletions
17
tags/binary_search.md
Normal file
17
tags/binary_search.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: Binary Search - A method of finding problems with mods
|
||||
color: blue
|
||||
---
|
||||
|
||||
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:
|
||||
|
||||
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._
|
6
tags/build.md
Normal file
6
tags/build.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Building Prism from scratch
|
||||
color: blue
|
||||
---
|
||||
|
||||
https://prismlauncher.org/wiki/development/build-instructions/
|
6
tags/curseforge.md
Normal file
6
tags/curseforge.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
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 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.
|
10
tags/fractureiser.md
Normal file
10
tags/fractureiser.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Information about Fractureiser
|
||||
color: orange
|
||||
---
|
||||
|
||||
Starting June 6th, 2023 UTC, there have been reports of malware being distributed through websites such as Curseforge, Bukkit, and possibly others in the form of mods, plugins, and modpacks. According to both [Modrinth](https://twitter.com/modrinth/status/1666853947804463115) and [Curseforge](https://twitter.com/CurseForge/status/1666741580022128641), all infected files have been removed. These services should be safe to use now, however users should still take caution in downloading files, especially from less trustworthy services.
|
||||
|
||||
This is a complex situation, and for a full explanation you should go to [this](https://github.com/fractureiser-investigation/fractureiser) GitHub repository. We have also provided resources to help users find out if they have been affected [here](https://prismlauncher.org/news/cf-compromised-alert/#what-can-i-do). This includes scripts for both Windows and Linux (the operating systems known to be affected so far) to help you find files used by Fractureiser.
|
||||
|
||||
In the case files are found, they should be deleted - however, we still recommend to **change all of your passwords**, especially for accounts with login information saved in your browser. There are also tools such as [NekoDetector](https://github.com/MCRcortex/nekodetector) that allow you to check for any Java files that could place these files on your computer again, and a [web app](https://douira.github.io/fractureiser-web-detector/) that allows you to scan individual mods.
|
12
tags/ftb.md
Normal file
12
tags/ftb.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Can I install/download FTB packs directly from Prism?
|
||||
color: orange
|
||||
---
|
||||
|
||||
You cannot download FTB packs directly from Prism Launcher.
|
||||
|
||||
At the request of the FTB Team we had to remove the feature that allows you to download them from Prism Launcher due to the monetization of FTB packs.
|
||||
|
||||
Existing instances of FTB packs are still functional, however to download them, you have to use the official FTB App and manually import the modpack to your Prism Launcher instances.
|
||||
|
||||
For more information, please see [the blogpost](https://prismlauncher.org/news/ftb-removal/).
|
10
tags/gayming.md
Normal file
10
tags/gayming.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Why is the channel called "gayming"?
|
||||
color: pink
|
||||
---
|
||||
|
||||
"gayming" is the correct spelling to describe the action of playing video gaymes. The common misconception that it should be spelled "gaming" stems from the erroneous yet widespread use of "game" instead of "gayme".
|
||||
|
||||
This channel helps inform of proper lingustics in the face of rampant misspelling. ||This is a joke, though we do love our fellow gaymers out here :rainbow:||
|
||||
|
||||
(Taken almost entirely from Modrinth)
|
6
tags/java.md
Normal file
6
tags/java.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Java Instructions
|
||||
color: orange
|
||||
---
|
||||
|
||||
As of 9.0, Prism Launcher can automatically download and configure Java for the version of Minecraft you are using. The instructions can be found [here](https://prismlauncher.org/wiki/getting-started/installing-java/).
|
6
tags/legacy_java_fixer.md
Normal file
6
tags/legacy_java_fixer.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
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).
|
7
tags/log.md
Normal file
7
tags/log.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: Upload Logs
|
||||
color: orange
|
||||
image: https://cdn.discordapp.com/attachments/1031694870756204566/1156971972232740874/image.png
|
||||
---
|
||||
|
||||
Please send logs! The recommended site to upload your logs to is [mclo.gs](https://mclo.gs/).
|
10
tags/login_fix.md
Normal file
10
tags/login_fix.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Microsoft login
|
||||
color: orange
|
||||
---
|
||||
|
||||
If you have trouble with Microsoft login make sure:
|
||||
* The age stated in your account is over 21.
|
||||
* Microsoft auth servers are not experiencing downtime.
|
||||
|
||||
For more possible solutions check this GitHub issue [#2302](https://github.com/PrismLauncher/PrismLauncher/issues/2302).
|
12
tags/macos_arm_java.md
Normal file
12
tags/macos_arm_java.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: Install arm64 Java on macOS
|
||||
color: yellow
|
||||
---
|
||||
|
||||
On macOS arm64, also known as Apple Silicon (M1, M2, etc.), you will need to install the arm64 version of Java. We recommend using builds from Azul, the links for which can be found below:
|
||||
|
||||
- [Java 8](https://www.azul.com/downloads/?version=java-8-lts&os=macos&architecture=arm-64-bit&package=jdk#zulu) or versions ≤ 1.16
|
||||
- [Java 17](https://www.azul.com/downloads/?version=java-17-lts&os=macos&architecture=arm-64-bit&package=jdk#zulu) for versions ≥ 1.17 and ≤ 1.20.4
|
||||
- [Java 21](https://www.azul.com/downloads/?version=java-21-lts&os=macos&architecture=arm-64-bit&package=jdk#zulu) for versions ≥ 1.20.5
|
||||
|
||||
It is recommended to install Java 8, Java 17, and Java 21.
|
6
tags/migrate.md
Normal file
6
tags/migrate.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Migrating from MultiMC
|
||||
color: orange
|
||||
---
|
||||
|
||||
https://prismlauncher.org/wiki/getting-started/migrating-multimc/
|
7
tags/minecraft_launcher_comparison.md
Normal file
7
tags/minecraft_launcher_comparison.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: Minecraft Launcher Comparison
|
||||
color: green
|
||||
---
|
||||
|
||||
Here is a comparison of the features of various launchers, including Prism Launcher:
|
||||
https://mc-launcher.tayou.org/
|
9
tags/nightly.md
Normal file
9
tags/nightly.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: Where can I download unstable builds of Prism Launcher?
|
||||
color: green
|
||||
---
|
||||
|
||||
You can download unstable builds [here](https://nightly.link/PrismLauncher/PrismLauncher/workflows/build/develop).
|
||||
|
||||
> **:warning: Caution**
|
||||
> Unstable builds have more bugs and are therefore more likely to break! By using the latest commit you are using software which has not been properly tested. For this reason we recommend using Portable or AppImage builds, or least making a backup.
|
7
tags/not_support.md
Normal file
7
tags/not_support.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: 🚨 This is not a support channel! 🚨
|
||||
color: orange
|
||||
---
|
||||
|
||||
👉 <#1032130809055940690> 👈
|
||||
👉 <#1118165588200657006> 👈
|
10
tags/optifine.md
Normal file
10
tags/optifine.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
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/).
|
20
tags/paths.md
Normal file
20
tags/paths.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Data directories
|
||||
color: blue
|
||||
|
||||
fields:
|
||||
- name: Portable (Windows / Linux)
|
||||
value: In the PrismLauncher folder
|
||||
- name: Windows
|
||||
value: '`%APPDATA%/PrismLauncher`'
|
||||
- name: Scoop
|
||||
value: '`%HOMEPATH%\scoop\persist\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).
|
6
tags/piracy.md
Normal file
6
tags/piracy.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
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 @@
|
|||
---
|
||||
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 `[APP]` 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.**
|
20
tags/prism_logs.md
Normal file
20
tags/prism_logs.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: Upload Logs
|
||||
color: orange
|
||||
|
||||
fields:
|
||||
- name: Portable (Windows / Linux)
|
||||
value: '`./logs/PrismLauncher-0.log` In the PrismLauncher folder'
|
||||
- name: Windows
|
||||
value: '`%APPDATA%/PrismLauncher/logs/PrismLauncher-0.log`'
|
||||
- name: Scoop
|
||||
value: '`%HOMEPATH%\scoop\persist\prismlauncher\logs\PrismLauncher-0.log`'
|
||||
- name: macOS
|
||||
value: '`~/Library/Application Support/PrismLauncher/logs/PrismLauncher-0.log`'
|
||||
- name: Linux
|
||||
value: '`~/.local/share/PrismLauncher/logs/PrismLauncher-0.log`'
|
||||
- name: Flatpak
|
||||
value: '`~/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/logs/PrismLauncher-0.log`'
|
||||
---
|
||||
|
||||
Please send logs! The recommended site to upload your logs to is [mclo.gs](https://mclo.gs/).
|
10
tags/update.md
Normal file
10
tags/update.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Does Prism Launcher auto-update?
|
||||
color: blue
|
||||
---
|
||||
|
||||
Windows auto-updating is only supported on 8.0+. For Prism 7.2 or below, you will need to download the installer and run it again in order to update. On 8.0 or newer, click the 'Update' button. You will not lose your instances.
|
||||
|
||||
Prism Launcher auto-updates for macOS using the [Sparkle Framework](https://sparkle-project.org/).
|
||||
|
||||
For Linux, just use your package manager! Otherwise, AppImage and portable auto-updating was added in 8.0.
|
13
tags/vcredist.md
Normal file
13
tags/vcredist.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: vcredist is required to run Prism on Windows
|
||||
color: pink
|
||||
---
|
||||
|
||||
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 recommended version for Windows 10 64 bit/Windows 11).
|
||||
- [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) on Prism's website for more information.
|
7
tags/why.md
Normal file
7
tags/why.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: But why?
|
||||
color: purple
|
||||
---
|
||||
|
||||
https://prismlauncher.org/wiki/overview/faq/#why-did-our-community-choose-to-fork
|
||||
https://prismlauncher.org/news/moving-on/
|
8
tags/why_java_8.md
Normal file
8
tags/why_java_8.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
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 or Java 21, 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.
|
||||
|
||||
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).
|
Loading…
Add table
Add a link
Reference in a new issue