Skip to content

Commit 6285b6a

Browse files
reflect prism java changes
1 parent 3280471 commit 6285b6a

File tree

3 files changed

+42
-74
lines changed

3 files changed

+42
-74
lines changed

docs/launcher/prism_gnu.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,7 @@ This guide will explain the install process for Prism, as well as how we can use
88

99
* This is the install guide for GNU/Linux. Despite looking long, this is a very simple process and should only take a few minutes! This guide will also assume you are migrating from SkyClient, but steps will be largely the same, except for the migrating data section.
1010

11-
### Step 1 - Installing Java
12-
13-
First, we need to download and setup Java to be able to use Prism Launcher. Unlike the default Minecraft launcher, Prism does not come bundled with a default Java, and so we must install it ourselves.
14-
15-
Minecraft 1.16 and below all use Java 8, 1.17-1.20.4 use Java 17, and 1.20.5+ use Java 21. I recommend installing all to make it simpler to use different versions of Minecraft whenever you want.
16-
17-
In order to download Java, we will first head to the [Adoptium download page](https://adoptium.net/temurin/releases). Adoptium is an open source Java that does not require a paid account to install, and is made by the Eclipse Foundation, a very reputable source. To install, we will use the dropdown boxes to make it easier to find the versions of Java we need
18-
19-
* Operating System: Linux
20-
* Architecture: x64
21-
* Package Type: JDK
22-
* Version: 8, 17, and 21 (download one of them, then download the others after)
23-
24-
Once we have chosen our download preferences, we will click the `tar.gz` download option and install it.
25-
26-
### Step 2 - Installing Prism
11+
### Step 1 - Installing Prism
2712

2813
[Download Prism Launcher](https://prismlauncher.org/download/linux). Below you will find distro specific instructions on how to download Prism Launcher which you can also find on their website.
2914

@@ -238,26 +223,36 @@ All of these settings can be later adjusted globally or per instance. This inclu
238223

239224
After this, continue with the installation process as normal.
240225

241-
### Step 3 - Logging in
226+
### Step 2 - Logging in
242227

243228
Now that we've installed Prism, let's log in. Once Prism has launched, you should see a Steve head and "Profiles" text in the top right. Click on this and press "Manage Accounts". From here, click "Add Microsoft" on the right side menu. This will open a popup window, which will have a button to open the link to verify yourself and also copy the code. Simply paste the code into the window that opens up. Note, you may need to sign in to your Microsoft account first.
244229

245230
Once this is completed, you can exit back to the main Prism Launcher menu. Click on the button at the top left that says "Add Instance".
246231

247-
### Step 4 - Creating an Instance
232+
### Step 3 - Creating an Instance
248233

249234
This guide will focus on Forge 1.8.9, but steps for other versions should also be obvious.
250235

251236
Once you've clicked on the button on the top left that says "Add Instance", name it whatever you want and giving a group for it is optional, but I do not recommend giving a group name until you need to better organize your instances.
252237

253238
Under the `Version` selector, scroll down till you find 1.8.9 and select it. Then in the `Mod Loader` tab directly underneath, choose Forge (NOTE: this is not the tab on the left that says CurseForge). It will automatically choose the latest version of Forge for 1.8.9 for you. Simply click "OK" to proceed. You should now be back on the main Prism page.
254239

255-
### Step 5 - Installing our mods / SkyClient
240+
### Step 4 - Installing our mods / SkyClient
256241

257242
Now that we've installed Forge 1.8.9, we need to move all our mods to the new Prism Launcher folder. To do that, we'll right click our new instance and press `Edit` to generate the required files, then we exit out of this menu. Now right click the instance and press `Folder` and you should be redirected to a file explorer window, where you should open the folder titled `.minecraft`. Now, open a new file explorer and navigate to your old .minecraft folder, which is `~/.minecraft`. Then open the `skyclient` folder if you are using SkyClient. Simply move everything in this folder into the Prism Launcher .minecraft folder that you opened earlier. Once this is done, you should be able to see all your mods in the Mods tab, and can launch the instance.
258243

259244
When downloading mods from now on, you can simply drag and drop them into the Mods tab in Prism Launcher. Additionally, if the mod is on Modrinth or CurseForge, you can download them within the launcher using the `Download Mods` button.
260245

246+
### Step 5 - Selecting the correct Java
247+
248+
Unlike the official launcher and Modrinth launcher, Prism does not automatically select the correct version of java for each instance.
249+
250+
Minecraft 1.16 and below all use Java 8, 1.17-1.20.4 use Java 17, and 1.20.5+ use Java 21. I recommend installing all to make it simpler to use different versions of Minecraft whenever you want, however if you don't plan on playing 1.17-1.20.4, just Java 8 and 21. Note that Java 8 is commonly labeled as 1.8.
251+
252+
To select the correct version of Java, edit the instance as you did in step 5 and go to the `Settings` tab. This will automatically open to the Java page. Make sure the tick box for `Java installation` is enabled, then press `Auto-detect` and choose the correct version. If you see a 1.8.0_51, please do not use that and follow the next steps to installing a newer Java version.
253+
254+
If you do not have the required Java version, you can press the `Download Java` button instead. For ARM based computers, use Azul Zulu as your distribution, otherwise use Adoptium and download the latest release for whichever Java version you need. You can go back to the `Auto detect` button to see your installed Javas and make sure the one you have just installed is properly selected.
255+
261256
### Step 6 - Explore
262257

263258
Prism Launcher has a lot of things to offer, such as themes if you don't like the look of it, as well as a lot of options for your instances, including the ability to see all your mods, resource packs, and worlds in the launcher before launching. You can use these menus to install mods and resource packs, and even update mods if they are hosted on Modrinth or CurseForge! Please take the time to actually learn how the launcher works and experiment with it! Prism is an incredibly powerful launcher and it's important to know exactly what you can do with it!

docs/launcher/prism_mac.md

Lines changed: 14 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,7 @@ This guide will explain the install process for Prism, as well as how we can use
88

99
* Despite looking long, this is a very simple process and should only take a few minutes! This guide will also assume you are migrating from SkyClient, but steps will be largely the same, except for the migrating data section.
1010

11-
### Step 1 - Installing Java
12-
13-
First, we need to download and setup Java to be able to use Prism Launcher. Unlike the default Minecraft launcher, Prism does not come bundled with a default Java, and so we must install it ourselves.
14-
15-
Minecraft 1.16 and below all use Java 8, 1.17-1.20.4 use Java 17, and 1.20.5+ use Java 21. I recommend installing all to make it simpler to use different versions of Minecraft whenever you want, however if you don't plan on playing 1.17-1.20.4, just Java 8 and 21.
16-
17-
In order to download Java, we will first need to choose our distribution.
18-
19-
??? note "Apple Silicon - M1/M2/M3/M4"
20-
21-
Head to the [Zulu download page](https://www.azul.com/downloads/#downloads-table-zulu). Adoptium is an open source Java distribution that does not require a paid account to install, and is made by the Eclipse Foundation, a very reputable source. To install, we will use the dropdown boxes to make it easier to find the versions of Java we need
22-
23-
- Version: 8, 17, and 21 (download one of them, then download the others after)
24-
- Operating System: macOS
25-
- Architecture: Arm x64
26-
- Java Package: JDK
27-
28-
If it asks if you want to allow downloads, click "Allow". Once we have chosen our download preferences, we will click the `.dmg` download option. Once it's downloaded, run it and follow the installation process. Do this for both versions of Java.
29-
30-
??? note "Intel CPU (not Apple silicon)"
31-
32-
Below are downloads for for Java 8, 17, and 21. When downloading, choose the `.pkg` download option. If it asks if you want to allow downloads, click "Allow". Once it's downloaded, run it and follow the installation process. Do this for all versions of Java.
33-
34-
- [Java 8](https://adoptium.net/temurin/releases/?os=mac&arch=x64&package=jdk&version=8)
35-
- [Java 17](https://adoptium.net/temurin/releases/?os=mac&arch=x64&package=jdk&version=17)
36-
- [Java 21](https://adoptium.net/temurin/releases/?os=mac&arch=x64&package=jdk&version=21)
37-
38-
39-
Note: The above links default to x64. If you are on a 32 bit computer, you can use the `Architecture` dropdown to change to x86.
40-
41-
42-
### Step 2 - Installing Prism
11+
### Step 1 - Installing Prism
4312

4413
[Download Prism Launcher](https://prismlauncher.org/download/mac). Get the version of the launcher depending on which version of macOS you are on (you most likely want the Universal download). If it asks if you want to allow downloads, click "Allow". Once it is finished downloading, run it to extract the application. Now right click the Prism Launcher application and press "Open". Running it normally will not let you launch as it cannot be scanned for malware.
4514

@@ -51,26 +20,36 @@ All of these settings can be later adjusted globally or per instance. This inclu
5120

5221
After this, continue with the installation process as normal.
5322

54-
### Step 3 - Logging in
23+
### Step 2 - Logging in
5524

5625
Now that we've installed Prism, let's log in. Once Prism has launched, you should see a Steve head and "Profiles" text in the top right. Click on this and press "Manage Accounts". From here, click "Add Microsoft" on the right side menu. This will open a popup window, which will have a button to open the link to verify yourself and also copy the code. Simply paste the code into the window that opens up. Note, you may need to sign in to your Microsoft account first.
5726

5827
Once this is completed, you can exit back to the main Prism Launcher menu. Click on the button at the top left that says "Add Instance".
5928

60-
### Step 4 - Creating an Instance
29+
### Step 3 - Creating an instance
6130

6231
This guide will focus on Forge 1.8.9, but steps for other versions should also be obvious.
6332

6433
Once you've clicked on the button on the top left that says "Add Instance", name it whatever you want and giving a group for it is optional, but I do not recommend giving a group name until you need to better organize your instances.
6534

6635
Under the `Version` selector, scroll down till you find 1.8.9 and select it. Then in the `Mod Loader` tab directly underneath, choose Forge (NOTE: this is not the tab on the left that says CurseForge). It will automatically choose the latest version of Forge for 1.8.9 for you. Simply click "OK" to proceed. You should now be back on the main Prism page.
6736

68-
### Step 5 - Installing our mods / SkyClient
37+
### Step 4 - Installing our mods / SkyClient
6938

7039
Now that we've installed Forge 1.8.9, we need to move all our mods to the new Prism Launcher folder. To do that, we'll right click our new instance and press `Edit` to generate the required files, then we exit out of this menu. Now right click the instance and press `Folder` and you should be redirected to a Finder window, where you should open the folder titled `.minecraft`. Now, open a new Finder by either pressing `Cmd + Shift + G` on your keyboard or clicking the Finder tab and pressing "Go". Navigate to your old .minecraft folder by typing `~/Library/Application Support/minecraft`, then open the `skyclient` folder if you are using SkyClient. Simply move everything in this folder into the Prism Launcher .minecraft folder that you opened earlier. Once this is done, you should be able to see all your mods in the Mods tab, and can launch the instance.
7140

7241
When downloading mods from now on, you can simply drag and drop them into the Mods tab in Prism Launcher. Additionally, if the mod is on Modrinth or CurseForge, you can download them within the launcher using the `Download Mods` button.
7342

43+
### Step 5 - Selecting the correct Java
44+
45+
Unlike the official launcher and Modrinth launcher, Prism does not automatically select the correct version of java for each instance.
46+
47+
Minecraft 1.16 and below all use Java 8, 1.17-1.20.4 use Java 17, and 1.20.5+ use Java 21. I recommend installing all to make it simpler to use different versions of Minecraft whenever you want, however if you don't plan on playing 1.17-1.20.4, just Java 8 and 21. Note that Java 8 is commonly labeled as 1.8.
48+
49+
To select the correct version of Java, edit the instance as you did in step 5 and go to the `Settings` tab. This will automatically open to the Java page. Make sure the tick box for `Java installation` is enabled, then press `Auto-detect` and choose the correct version. If you see a 1.8.0_51, please do not use that and follow the next steps to installing a newer Java version.
50+
51+
If you do not have the required Java version, you can press the `Download Java` button instead. For ARM based computers, use Azul Zulu as your distribution, otherwise use Adoptium and download the latest release for whichever Java version you need. You can go back to the `Auto detect` button to see your installed Javas and make sure the one you have just installed is properly selected.
52+
7453
### Step 6 - Explore
7554

7655
Prism Launcher has a lot of things to offer, such as themes if you don't like the look of it, as well as a lot of options for your instances, including the ability to see all your mods, resource packs, and worlds in the launcher before launching. You can use these menus to install mods and resource packs, and even update mods if they are hosted on Modrinth or CurseForge! Please take the time to actually learn how the launcher works and experiment with it! Prism is an incredibly powerful launcher and it's important to know exactly what you can do with it!

docs/launcher/prism_win.md

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,7 @@ This guide will explain the install process for Prism, as well as how we can use
88

99
* Despite looking long, this is a very simple process and should only take a few minutes! This guide will also assume you are migrating from SkyClient, but steps will be largely the same, except for the migrating data section.
1010

11-
### Step 1 - Installing Java
12-
13-
First, we need to download and setup Java to be able to use Prism Launcher. Unlike the default Minecraft launcher, Prism does not come bundled with a default Java, and so we must install it ourselves.
14-
15-
Minecraft 1.16 and below all use Java 8, 1.17-1.20.4 use Java 17, and 1.20.5+ use Java 21. I recommend installing all to make it simpler to use different versions of Minecraft whenever you want, however if you don't plan on playing 1.17-1.20.4, just Java 8 and 21.
16-
17-
Below are downloads for for Java 8, 17, and 21. When downloading, choose the `.msi` download option. Once it's downloaded, run it and follow the installation process. Do this for all versions of Java.
18-
19-
- [Java 8](https://adoptium.net/temurin/releases/?os=windows&arch=x64&package=jdk&version=8)
20-
- [Java 17](https://adoptium.net/temurin/releases/?os=windows&arch=x64&package=jdk&version=17)
21-
- [Java 21](https://adoptium.net/temurin/releases/?os=windows&arch=x64&package=jdk&version=21)
22-
23-
24-
Note: The above links default to x64. If you are on a 32 bit computer, you can use the `Architecture` dropdown to change to x86.
25-
26-
27-
### Step 2 - Installing Prism
11+
### Step 1 - Installing Prism
2812

2913
[Download Prism Launcher](https://prismlauncher.org/download). You will most likely want to download the `Installer (.exe)` version. Once it is finished downloading, it may give a warning screen saying "Windows protected your PC". Simply press the "More info" button, then "Run anyway".
3014

@@ -36,28 +20,38 @@ All of these settings can be later adjusted globally or per instance. This inclu
3620

3721
After this, continue with the installation process as normal.
3822

39-
### Step 3 - Logging in
23+
### Step 2 - Logging in
4024

4125
Now that we've installed Prism, let's log in. Once Prism has launched, you should see a Steve head and "Profiles" text in the top right. Click on this and press "Manage Accounts". From here, click "Add Microsoft" on the right side menu. This will open a popup window, which will have a button to open the link to verify yourself and also copy the code. Simply paste the code into the window that opens up. Note, you may need to sign in to your Microsoft account first.
4226

4327
Once this is completed, you can exit back to the main Prism Launcher menu. Click on the button at the top left that says "Add Instance".
4428

45-
### Step 4 - Creating an Instance
29+
### Step 3 - Creating an instance
4630

4731
This guide will focus on Forge 1.8.9, but steps for other versions should also be obvious.
4832

4933
Once you've clicked on the button on the top left that says "Add Instance", name it whatever you want and giving a group for it is optional, but I do not recommend giving a group name until you need to better organize your instances.
5034

5135
Under the `Version` selector, scroll down till you find 1.8.9 and select it. Then in the `Mod Loader` tab directly underneath, choose Forge (NOTE: this is not the tab on the left that says CurseForge). It will automatically choose the latest version of Forge for 1.8.9 for you. Simply click "OK" to proceed. You should now be back on the main Prism page.
5236

53-
### Step 5 - Installing our mods / SkyClient
37+
### Step 4 - Installing our mods / SkyClient
5438

5539
Now that we've installed Forge 1.8.9, we need to move all our mods to the new Prism Launcher folder. To do that, we'll right click our new instance and press `Edit` to generate the required files, then we exit out of this menu. Now right click the instance and press `Folder` and you should be redirected to a File Explorer window, where you should open the folder titled `.minecraft`. Now, open the Run dialog by pressing `Win + R` on your keyboard, then navigate to your old .minecraft folder by typing `%appdata%`. Then open the `.minecraft` folder (and if you are using SkyClient, you then need to open the `skyclient` folder). Simply move everything in this folder into the Prism Launcher `.minecraft` folder that you opened earlier. Once this is done, you should be able to see all your mods in the Mods tab, and can launch the instance.
5640

5741
[A quick video guide explaining this process can be found here.](https://youtu.be/DEGaD-_HFCE)
5842

5943
When downloading mods from now on, you can simply drag and drop them into the Mods tab in Prism Launcher. Additionally, if the mod is on Modrinth or CurseForge, you can download them within the launcher using the `Download Mods` button.
6044

45+
### Step 5 - Selecting the correct Java
46+
47+
Unlike the official launcher and Modrinth launcher, Prism does not automatically select the correct version of java for each instance.
48+
49+
Minecraft 1.16 and below all use Java 8, 1.17-1.20.4 use Java 17, and 1.20.5+ use Java 21. I recommend installing all to make it simpler to use different versions of Minecraft whenever you want, however if you don't plan on playing 1.17-1.20.4, just Java 8 and 21. Note that Java 8 is commonly labeled as 1.8.
50+
51+
To select the correct version of Java, edit the instance as you did in step 5 and go to the `Settings` tab. This will automatically open to the Java page. Make sure the tick box for `Java installation` is enabled, then press `Auto-detect` and choose the correct version. If you see a 1.8.0_51, please do not use that and follow the next steps to installing a newer Java version.
52+
53+
If you do not have the required Java version, you can press the `Download Java` button instead. For ARM based computers, use Azul Zulu as your distribution, otherwise use Adoptium and download the latest release for whichever Java version you need. You can go back to the `Auto detect` button to see your installed Javas and make sure the one you have just installed is properly selected.
54+
6155
### Step 6 - Explore
6256

6357
Prism Launcher has a lot of things to offer, such as themes if you don't like the look of it, as well as a lot of options for your instances, including the ability to see all your mods, resource packs, and worlds in the launcher before launching. You can use these menus to install mods and resource packs, and even update mods if they are hosted on Modrinth or CurseForge! Please take the time to actually learn how the launcher works and experiment with it! Prism is an incredibly powerful launcher and it's important to know exactly what you can do with it!

0 commit comments

Comments
 (0)