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: src/main/java/com/github/kdgaming0/packcore/copysystem/ZipSelectionDialog.java
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,9 +79,10 @@ private void initializeUI() {
79
79
+ "<h2>Welcome to Skyblock Enhanced!</h2>"
80
80
+ "Before playing, please select the ready-to-use zip file that best matches your needs for the best experience:<br><br>"
81
81
+ "<b><i>Normal (1080p / 1440p):</i></b> Recommended for most players. This option has more features enabled by default, offering a rich and complex experience. However, new players may find it overwhelming at first due to the amount of on-screen information when joining Skyblock for the first time with mods.<br>"
82
-
+ "<b><i>Lite (1080p / 1440p):</i></b> Designed for complete beginners, with fewer features enabled to simplify the experience. This is a great starting point to get familiar with the mod features. As you gain experience, you can enable additional features to create your perfect setup.<br><br>"
83
-
+ "Custom configurations you’ve added will also appear here. (You can create them in-game via <i>/packcore</i> or the <i>packcore</i> button in the ESC menu.)<br><br>"
82
+
+ "<b><i>Lite (3-5 Business Days) (1080p / 1440p):</i></b> Designed for complete beginners, with fewer features enabled to simplify the experience. This is a great starting point to get familiar with the mod features. As you gain experience, you can enable additional features to create your perfect setup.<br><br>"
83
+
+ "Custom configurations you’ve added will also appear here. (You can create them in-game via <i>/packcore</i> or the <i>Config Management</i> button on the main menu.)<br><br>"
84
84
+ "If you skip this step, mods will use their default settings, as if downloaded individually and clicked play. This will cause many features to be disabled and have overlapping GUI elements. (I can't promise there won't be any overlapping with the ready-to-use configs but there will be less.)<br><br>"
85
+
+ "<b>If you are updating from a <i>pre-2.0</i> version of <b>Skyblock Enhanced</b> and don't want to reset the configs, click <b><i>Skip</i></b>.</b><br><br>"
85
86
+ "Click <b><i>Extract</i></b> to apply your chosen configuration or <b><i>Skip</i></b> to launch Minecraft with default mod settings."
Copy file name to clipboardExpand all lines: src/main/java/com/github/kdgaming0/packcore/screen/OptifineGuide.kt
+10-15Lines changed: 10 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -112,21 +112,16 @@ class OptifineGuide : UIContainer() {
112
112
113
113
val guideInstructionsText =MarkdownComponent(
114
114
"""
115
-
## Optifine install guide
116
-
1. Download Optifine from [here](https://optifine.net/downloads)
117
-
2. Open the downloaded file
118
-
3. Click install
119
-
4. Open the Minecraft launcher
120
-
5. Click the installations tab
121
-
6. Click the new installation button
122
-
7. Name the installation
123
-
8. Select the version you installed Optifine for
124
-
9. Click create
125
-
10. Select the new installation
126
-
11. Click play
127
-
12. Enjoy Optifine!
128
-
13. If you have any issues, please contact support
129
-
""".trimIndent()
115
+
## Optifine install guide
116
+
1. Go to the Optfine website and download Optifine for 1.8.9. [Direct link to The download.](https://optifine.net/adloadx?f=preview_OptiFine_1.8.9_HD_U_M6_pre2.jar)
117
+
2. When you have downloaded find it in the Download folder in the File Explorer.
118
+
3. Open the Modrinth app and locate the SkyBlock Enhanced installation.
119
+
- It should be 3 dots on the right side of the installation.
120
+
- Click on the 3 dots and then click on Open Folder.
121
+
5. Then locate the mods folder and open it.
122
+
6. When opened copy the Optifine file over from the Download folder and into the mods folder that you just opened.
0 commit comments