You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/launcher/prism_gnu.md
+14-19Lines changed: 14 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,22 +8,7 @@ This guide will explain the install process for Prism, as well as how we can use
8
8
9
9
* 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.
10
10
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
27
12
28
13
[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.
29
14
@@ -238,26 +223,36 @@ All of these settings can be later adjusted globally or per instance. This inclu
238
223
239
224
After this, continue with the installation process as normal.
240
225
241
-
### Step 3 - Logging in
226
+
### Step 2 - Logging in
242
227
243
228
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.
244
229
245
230
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".
246
231
247
-
### Step 4 - Creating an Instance
232
+
### Step 3 - Creating an Instance
248
233
249
234
This guide will focus on Forge 1.8.9, but steps for other versions should also be obvious.
250
235
251
236
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.
252
237
253
238
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.
254
239
255
-
### Step 5 - Installing our mods / SkyClient
240
+
### Step 4 - Installing our mods / SkyClient
256
241
257
242
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.
258
243
259
244
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.
260
245
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
+
261
256
### Step 6 - Explore
262
257
263
258
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!
Copy file name to clipboardExpand all lines: docs/launcher/prism_mac.md
+14-35Lines changed: 14 additions & 35 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,38 +8,7 @@ This guide will explain the install process for Prism, as well as how we can use
8
8
9
9
* 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.
10
10
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.
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
43
12
44
13
[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.
45
14
@@ -51,26 +20,36 @@ All of these settings can be later adjusted globally or per instance. This inclu
51
20
52
21
After this, continue with the installation process as normal.
53
22
54
-
### Step 3 - Logging in
23
+
### Step 2 - Logging in
55
24
56
25
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.
57
26
58
27
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".
59
28
60
-
### Step 4 - Creating an Instance
29
+
### Step 3 - Creating an instance
61
30
62
31
This guide will focus on Forge 1.8.9, but steps for other versions should also be obvious.
63
32
64
33
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.
65
34
66
35
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.
67
36
68
-
### Step 5 - Installing our mods / SkyClient
37
+
### Step 4 - Installing our mods / SkyClient
69
38
70
39
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.
71
40
72
41
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.
73
42
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
+
74
53
### Step 6 - Explore
75
54
76
55
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!
Copy file name to clipboardExpand all lines: docs/launcher/prism_win.md
+14-20Lines changed: 14 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,7 @@ This guide will explain the install process for Prism, as well as how we can use
8
8
9
9
* 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.
10
10
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.
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
28
12
29
13
[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".
30
14
@@ -36,28 +20,38 @@ All of these settings can be later adjusted globally or per instance. This inclu
36
20
37
21
After this, continue with the installation process as normal.
38
22
39
-
### Step 3 - Logging in
23
+
### Step 2 - Logging in
40
24
41
25
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.
42
26
43
27
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".
44
28
45
-
### Step 4 - Creating an Instance
29
+
### Step 3 - Creating an instance
46
30
47
31
This guide will focus on Forge 1.8.9, but steps for other versions should also be obvious.
48
32
49
33
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.
50
34
51
35
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.
52
36
53
-
### Step 5 - Installing our mods / SkyClient
37
+
### Step 4 - Installing our mods / SkyClient
54
38
55
39
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.
56
40
57
41
[A quick video guide explaining this process can be found here.](https://youtu.be/DEGaD-_HFCE)
58
42
59
43
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.
60
44
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
+
61
55
### Step 6 - Explore
62
56
63
57
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