Skip to content
Merged
Show file tree
Hide file tree
Changes from 28 commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
546c2c1
Add archived_pages to gitignore
alexytomi Sep 14, 2025
15a51b2
transition code stuffs to aamc and amethyst
alexytomi Sep 14, 2025
daa6612
transition ios links
alexytomi Sep 14, 2025
73be879
archive "App not installed"
alexytomi Sep 14, 2025
04a6b83
transition android link
alexytomi Sep 14, 2025
3eff93a
Better wording, new Amethyst images
Dev1ss0 Oct 29, 2025
f209be6
Fix image paths in CUSTOM-CONTROLS.md
Dev1ss0 Oct 29, 2025
2b3a731
Merge pull request #14 from Dev1ss0/dev
Dev1ss0 Oct 29, 2025
08004bd
Update CANTFINDMINECRAFT.md
Meayua Oct 29, 2025
3d8a20e
Merge pull request #15 from Meayua/dev
Dev1ss0 Oct 29, 2025
dbdd4a1
Update APPSTORE.md to talk about Amethyst
Meayua Oct 29, 2025
b15fb0c
Merge branch 'AngelAuraMC:dev' into dev
Meayua Oct 29, 2025
e500c5c
Update APPSTORE.md to talk about Amethyst
Meayua Oct 29, 2025
8dd47cf
Added an android folder inside the image folder, fixed custom control…
Dev1ss0 Oct 29, 2025
f0e3a43
Update OPTIMIZATON.md
Meayua Oct 29, 2025
72dfafc
Merge branch 'dev' of https://github.com/Meayua/angelauramc.github.io…
Meayua Oct 29, 2025
c4f2e27
Moved images folder to wiki, added iOS and Android folders to the ima…
Dev1ss0 Oct 29, 2025
f45fde3
Revert "Moved images folder to wiki, added iOS and Android folders to…
alexytomi Oct 30, 2025
8f40b02
Move CUSTOM-CONTROLS images into correct place
alexytomi Oct 30, 2025
2b8d7de
Update JAVA-ARGS.md
Meayua Nov 1, 2025
4ed4ae6
Merge pull request #18 from Meayua/dev
Meayua Nov 1, 2025
4c3b035
Redesigned the structure of the images, added new images
Dev1ss0 Nov 7, 2025
9955f72
Fixed OPTIMIZATION.md images
Dev1ss0 Nov 7, 2025
38057ad
Fixed JAVA-ARGS.md images
Dev1ss0 Nov 7, 2025
b4a8243
Fix: removed merge conflict text from markdown files
Dev1ss0 Nov 7, 2025
cdc7ceb
Fix: removed merge conflict text from markdown files part 2
Dev1ss0 Nov 7, 2025
ce1c738
fix dev's tomfoolery
Meayua Dec 27, 2025
4ababf4
Fixed links to contribution mds, fixed arrays and the awful 404, yuck
Dev1ss0 Dec 29, 2025
e1e324d
Update documentation structure and minor content
Dev1ss0 Jan 20, 2026
525f784
Added custom palette.styl for VuePress styles, changing the "PojavLau…
Dev1ss0 Jan 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ package-lock.json
.editorconfig
.nvmrc
out

# Here for historical reasons, don't modify them
archived_pages
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ The repository is structured like so
│   └── ios
├── getting_started
│   └── images
│   └── Actions
│   └── INSTALL
│   ├── android
│   └── ios
└── going_further
   └── images
   └── MODPACKS
   ├── android
   └── ios

```

Expand Down
8 changes: 4 additions & 4 deletions markdown/.vuepress/arrays.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const android_FAQ = {
path: "android", // Do not add a trailing slash here unless this also has a child nested in it with its own path
children: [
"PARSINGERROR", // "Error while parsing the package" error fix.
"REFUSALOFINSTALL", // "App not installed" error fix (very uncommon).
// "REFUSALOFINSTALL", // "App not installed" error fix (very uncommon).
"CANTFINDLOG", // Can't find the log file (non-root).
"CANTFINDMINECRAFT", // Can't find .minecraft (non-root).
"ZINKNOTWORKING", // Zink doesn't work.
Expand Down Expand Up @@ -124,9 +124,9 @@ export const GroupOrder = [
/** This is just the regular vuepress nav configuration but it's in here instead of config.js because it looks nicer that way */
export const NavBar = [
{ text: "Wiki", link: "/wiki/" },
{ text: "About Amethyst", link: "/about/DEVICES" },
{ text: "Contributing", link: "/contribute/CONT-TRANSLATIONS" },
{ text: "Recent Updates", link: "/patchnotes/IOS-SUPPORT" },
{ text: "About Amethyst", link: "/about/NOTE-FROM-EVA" },
{ text: "Contributing", link: "/contribute/CONT-WEBSITE" },
{ text: "Recent Updates", link: "/patchnotes/changelogs/ANDROID" },
];

/** The logic needed to parse all of this for dynamic sidebar generation looks awful if it was defined here so it isn't. See ./bars.js */
2 changes: 1 addition & 1 deletion markdown/about/MCVERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Thanks to the hard work from AngelAuraMC, the MobileGL organization, and countle

## iOS
1.0:
- 1.21.6 and later require switching to MobileGlues
- 1.21.6 and later require switching to MobileGlues
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps we need an .editorconfig to make sure line endings are the same across everyone as well as a linter workflow to ensure of that

6 changes: 3 additions & 3 deletions markdown/contribute/CONT-TRANSLATIONS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Contributing to the translation of PojavLauncher
# Contributing to the translation of Amethyst

* For the convenience of translators, we use [Crowdin](https://crowdin.com).

* Anyone can join the project on Crowdin and start translating right now.

[Join the project](https://crwd.in/pojavlauncher)
[Join the project](https://crowdin.com/project/pojavlauncher)

## Getting started for newcomers on Crowdin

Expand All @@ -19,7 +19,7 @@
## What to translate and what not to translate?

::: warning
Things not to translate: PojavLauncher, codes like ```<1>, </0>, \n, %s, %.2f, %1$s, %@```, arrows like ◀,
Things not to translate: Amethyst, codes like ```<1>, </0>, \n, %s, %.2f, %1$s, %@```, arrows like ◀,
:::

* Except for the list above, you can translate anything else.
Expand Down
4 changes: 2 additions & 2 deletions markdown/contribute/CONT-WEBSITE.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Vuepress is a static website generator, although it looks really good. It takes

## How do I contribute?
Simple:
* Fork [this repository](https://github.com/PojavLauncherTeam/pojavlauncherteam.github.io).
* Fork [this repository](https://github.com/AngelAuraMC/angelauramc.github.io).

* Click on "Edit this page" on any page, then edit the markdown file with your properly tuned syntax (using Discord? You already know Markdown), then save and commit. It's that easy.

Expand All @@ -24,7 +24,7 @@ You're allowed to pretty much change anything, as long as it follows all of thes

- **Do not** make any promises unless you were given permission from the developers.
- **Do not** spread misinformation and inaccurate content.
- Although you can change everything else, **do not touch .vuepress/config.js**. If you need to change something in it, let Crystall1nedev or CriticalRange know.
- Although you can change everything else, **do not touch .vuepress/config.js**. If you need to change something in it, let Crystall1nedev or Tomikun know.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

guys its lowercase

- Never, never ever ever merge `gh-pages` and `main` into each other. gh-pages is the **result**, main is the **rough draft**.
- **Do not** delete any dot files (.nvmrc, .gitattributes, etc)

Expand Down
4 changes: 2 additions & 2 deletions markdown/patchnotes/changelogs/IOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ With this release of PojavLauncher, we refined features, fixed bugs, and impleme

**This is the last major release of PojavLauncher that will support iOS 12 and 13.** Important security patches and bug fixes will be applied when required for a limited time, however take note that issues encountered will not be considered high priority. See more information in #547.

A full commit changelog is available [here](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/compare/v2.1.3...v2.2).
A full commit changelog is available [here](https://github.com/AngelAuraMC/Amethyst-iOS/compare/v2.1.3...v2.2).
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do NOT change this. This does not need changing, we are carrying over the changelogs of pojav so do not mess with it.


## 2.1 "Sculk Catalyst"
Minor release, major changes!
Expand Down Expand Up @@ -167,7 +167,7 @@ This release is identical to v2.0, except with a fix for issues installing on Pr
- Jailbreak is required in order to install OpenJDK and PojavLauncher.
- Forge won't work.
- Fabric API won't work.
- [Tell us](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/issues).
- [Tell us](https://github.com/AngelAuraMC/Amethyst-iOS/issues).
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do NOT change this. This does not need changing, we are carrying over the changelogs of pojav so do not mess with it.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in commit #e1e324d

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still ruins the git history. Modify the commit that did the original change.


### Crashes
- ~~I've got some reports that JVM was crashing after press “Play” button.~~
Expand Down
20 changes: 3 additions & 17 deletions markdown/wiki/faq/android/CANTFINDMINECRAFT.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
# Can't find .minecraft (non-root)
As with the log file, there are mutiple ways to do this.

## Android 10 and newer
Simply open Amethyst, and tap on the **Open game directory** button.

**/storage/emulated/0/Android/data/org.angelauramc.amethyst/files/.minecraft**

1. Install [Files by Marc apps & software](https://play.google.com/store/apps/details?id=com.marc.files) from Play Store.
2. Press the 3 dots in the top right corner → **Show hidden files**
3. Press the 3 lines in the top left corner → Amethyst → .minecraft

If Amethyst does not appear in the 3 lines menu, try closing (or opening) Pojav. If that doesn't work, try restarting your phone.
You can also use [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) (or [MiXplorer](https://mixplorer.com/)) with [Shizuku](https://play.google.com/store/apps/details?id=moe.shizuku.privileged.api&hl=en_US) to access it.


## Android 9 and older <!-- TODO: fix the path here too -->

**/storage/emulated/0/games/PojavLauncher/.minecraft**

All file managers can access this directory. [ZArchiver](https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver) and [MiXplorer](https://mixplorer.com/) are recommended.
Please note that you need to have **Show hidden files** enabled for the files to show up.
You can enable it by pressing on the three dots in the right top corner.
4 changes: 2 additions & 2 deletions markdown/wiki/faq/ios/APPSTORE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Will PojavLauncher ever come to App Store for iOS?
# Will Amethyst ever come to App Store for iOS?

### From the App Store review guidelines:
__2.5.2__: Apps should be self-contained in their bundles, and may not read or write data outside the designated container area, nor may they download, install, or execute code which introduces or changes features or functionality of the app, including other apps. Educational apps designed to teach, develop, or allow students to test executable code may, in limited circumstances, download code provided that such code is not used for other purposes. Such apps must make the source code provided by the Application completely viewable and editable by the user.
Expand All @@ -7,4 +7,4 @@ Apple Developer Documentation Referenced: [Section 2.5.2](https://developer.appl

Additionally, $99 per year is required for pushing updates.

**If PojavLauncher is ever pushed to the App Store, you will know!**
**If Amethyst is ever pushed to the App Store, you will know!**
2 changes: 1 addition & 1 deletion markdown/wiki/faq/ios/KEYCHAIN-ERR.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# "Failed to save account tokens to keychain"

Though this warning message may seem concerning, this warning message can be safely ignored, as of writing (2025/04/19) it pretty much hasn't caused any issues within the launcher; though this page may or may not change depending on the issues that will soon to be discovered.
(This page only applies to users that use the developer builds from the [actions tab](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/actions).)
(This page only applies to users that use the developer builds from the [actions tab](https://github.com/AngelAuraMC/Amethyst-iOS/actions).)
2 changes: 1 addition & 1 deletion markdown/wiki/getting_started/BUILD-FROM-SOURCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

* It is recommended to clone the PojavLauncher repository before starting [Setting Up JRE](BUILD_FROM_SOURCE.html#setting-up-jre)

* ```git clone https://github.com/PojavLauncherTeam/PojavLauncher```
* ```git clone https://github.com/AngelAuraMC/Amethyst-Android```

## Setting up JRE

Expand Down
20 changes: 10 additions & 10 deletions markdown/wiki/getting_started/CUSTOM-CONTROLS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@

## Android

There is "Custom controls" button in the main menu, by clicking that you will be able to change you custom controls.
There is a "Custom controls" button in the main menu, by clicking that you will be able to change you custom controls.

<img src="https://github.com/user-attachments/assets/a476f630-c3a9-4c3c-83d1-ff39454d0105" width=45% height=45%>
<img src="./images/CUSTOM-CONTROLS/android/CUSTOM-CONTROLS1.jpg" width=45% height=45%>

You can access the options by clicking the cogwheel at the top of the screen.

<img src="https://github.com/user-attachments/assets/8209a266-524e-45e2-b841-72f1d76aea43" width=75% height=75%>
<img src="./images/CUSTOM-CONTROLS/android/CUSTOM-CONTROLS2.jpg" width=75% height=75%>

After clicking the cogwheel, you get a drawer with the following options:

<img src="https://github.com/user-attachments/assets/d70b38b8-2396-4bfe-b405-390a369f3776" width=75% height=75%>
<img src="./images/CUSTOM-CONTROLS/android/CUSTOM-CONTROLS3.jpg" width=75% height=75%>

1- Adds a button of your liking.
1- Adds a button.

2- Adds a button drawer, if you press it, your buttons that you assigned will show up.
2- Adds a button drawer, when pressed, your buttons that you have assigned will show up.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adds a button drawer that when pressed, buttons that were assigned to it will toggle visibility.*


3- Adds a joystick.

Expand All @@ -32,19 +32,19 @@

To start editing your controlmap in iOS, head to top-left and press the sidebar. (shown in image)

<img src="https://raw.githubusercontent.com/whal-whales/random-imgs-repo-for-stuff/refs/heads/main/IMG_3219.png" width=45% height=45%>
<img src="./images/CUSTOM-CONTROLS/ios/CUSTOM-CONTROLS1.png" width=45% height=45%>

Press the custom controls button.

<img src="https://raw.githubusercontent.com/whal-whales/random-imgs-repo-for-stuff/refs/heads/main/IMG_3220-1.png" width=45% height=45%>
<img src="./images/CUSTOM-CONTROLS/ios/CUSTOM-CONTROLS2.png" width=45% height=45%>

After that, long press anywhere for more options.

<img src="https://raw.githubusercontent.com/whal-whales/random-imgs-repo-for-stuff/refs/heads/main/IMG_3221.png" width=75% height=75%>
<img src="./images/CUSTOM-CONTROLS/ios/CUSTOM-CONTROLS3.png" width=75% height=75%>

Now you will get a pop-up with the following options:

<img src="https://raw.githubusercontent.com/whal-whales/random-imgs-repo-for-stuff/refs/heads/main/IMG_3222.png" width=75% height=75%>
<img src="./images/CUSTOM-CONTROLS/ios/CUSTOM-CONTROLS4.png" width=75% height=75%>

1- Exits the controlmap editor.

Expand Down
19 changes: 11 additions & 8 deletions markdown/wiki/getting_started/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ If you want the latest and greatest to test before the official release, you can

1. Start off by heading to the [Amethyst](https://https://github.com/AngelAuraMC/Amethyst-Android) repository and switching to the "Actions" tab.

![](./images/Actions/android/Android-Actions-1.png)
![](./images/INSTALL/android/INSTALL1.png)

2. Next, select "Android CI" in the workflow selection menu.

![](./images/Actions/android/Android-Actions-2.png)
![](./images/INSTALL/android/INSTALL2.png)

3. Choose a build with a green or blue checkmark next to the branch you want to download.
- `v3_openjdk` will be the one for most people.

![](./images/Actions/android/Android-Actions-3.png)
![](./images/INSTALL/android/INSTALL3.png)

4. Under "Artifacts", choose the build type you wish to download.
- `app-debug` will be the one for most people.

![](./images/Actions/android/Android-Actions-4.png)
![](./images/INSTALL/android/INSTALL4.png)

5. Install as any usual .apk
:::
Expand Down Expand Up @@ -76,6 +76,9 @@ Note: **Enable URL Schemes in TrollStore settings: TrollStore -> Settings -> Scr

You can now enjoy Minecraft: Java Edition on your iDevice!
:::
::: warning
Everything below are outdated instructions. Please avoid using them.
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This can and should be moved down as the Jailed section can be easily fixed by swapping the altstore references with sidestore.

:::
<!-- TODO: fix the rest of IOS i am not touching sidestore shit :sob: -->
::: details Sideloading (Jailed)
**Requires an active Apple ID, that has signed into the [Apple Developer Program](https://developer.apple.com/account).**
Expand Down Expand Up @@ -104,20 +107,20 @@ If you want the latest and greatest to test before the official release, you can

1. Start off by heading to the [PojavLauncher iOS](https://github.com/PojavLauncherTeam/PojavLauncher_iOS) repository and switching to the "Actions" tab.

![](./images/Actions/ios/iOS-Actions-1.png)
![](./images/INSTALL/ios/INSTALL1.png)

2. Next, select "Development Build" in the workflow selection menu.

![](./images/Actions/ios/iOS-Actions-2.png)
![](./images/INSTALL/ios/INSTALL2.png)

3. Choose a build with a green or blue checkmark next to the branch you want to download.
- `main` will be the one for most people.

![](./images/Actions/ios/iOS-Actions-3.png)
![](./images/INSTALL/ios/INSTALL3.png)

4. Under "Artifacts", choose `net.kdt.pojavlauncher.ipa`

![](./images/Actions/ios/iOS-Actions-4.png)
![](./images/INSTALL/ios/INSTALL4.png)

Once you have an Actions build downloaded, you can now unzip the file and use this .ipa for TrollStore or sideloading.
:::
Expand Down
2 changes: 1 addition & 1 deletion markdown/wiki/getting_started/SIGN-IN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ Amethyst supports multiple types of accounts to sign in:

(*) Microsoft Accounts only work if the Microsoft Account has Minecraft: Java Edition purchased.

(^) Local Accounts only work if you have already logged into a Microsoft Account with Minecraft: Java Edition purchased.
(^) Local Accounts only work if you have already logged into a Microsoft Account with Minecraft: Java Edition purchased.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion markdown/wiki/going_further/JAVA-ARGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
3. Fill in with the relevant JVM arguments you like.
4. Finally Save the Profile by clicking on Save button.

![1000146086](https://github.com/user-attachments/assets/de3c2be9-1fda-4107-ac64-3b3d9f134d32)
<img src="./images/JAVA-ARGS/android/JAVA-ARGS.png" width=20% height=20%>



Expand Down
16 changes: 8 additions & 8 deletions markdown/wiki/going_further/MODPACKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,34 +14,34 @@ These modpacks are specially made for PojavLauncher, but it doesn't mean you can
## Android
1. Click on the profile section at top of the play button.

<img src="https://github.com/user-attachments/assets/7d76fe6c-e2f0-44b3-aaaf-1cdfc22b9c42" width=25% height=25%>
<img src="./images/MODPACKS/android/MODPACKS1.jpg" width=25% height=25%>

2. Press on the "create new profile" button.

<img src="https://github.com/user-attachments/assets/431d8191-c207-40f6-99e4-8f957692782c" width=25% height=25%>
<img src="./images/MODPACKS/android/MODPACKS2.jpg" width=25% height=25%>

3. Click on "create modpack profile".

<img src="https://github.com/user-attachments/assets/2fb3e4e6-e9f7-4f2d-a141-44ef3a86cfb3" width=25% height=25%>
<img src="./images/MODPACKS/android/MODPACKS3.jpg" width=25% height=25%>

4. Pick your desired modpack, enjoy!

<img src="https://github.com/user-attachments/assets/31196b5d-1100-4f28-9a20-14f8a2cf6a4b" width=25% height=25%>
<img src="./images/MODPACKS/android/MODPACKS4.jpg" width=25% height=25%>

## iOS

1. Go to profiles from the sidebar.

<img src="https://github.com/user-attachments/assets/18eb075e-1b0e-4047-82bc-e6946c013e78" width=25% height=25%>
<img src="./images/MODPACKS/ios/MODPACKS1.png" width=25% height=25%>

2. Press the "+" button

<img src="https://github.com/user-attachments/assets/93da54e8-a9c4-452a-a248-9d7c9bef83fe" width=25% height=25%>
<img src="./images/MODPACKS/ios/MODPACKS2.png" width=25% height=25%>

3. Once a prompt appears, press the "Modpack" option.

<img src="https://github.com/user-attachments/assets/36f2d847-6a94-4c83-949f-86f54a257fb6" width=25% height=25%>
<img src="./images/MODPACKS/ios/MODPACKS3.png" width=25% height=25%>

4. Pick your desired modpack, enjoy!

<img src="https://github.com/user-attachments/assets/422ec7ad-123e-4095-97ea-ff6c055f973e" width=25% height=25%>
<img src="./images/MODPACKS/ios/MODPACKS4.png" width=25% height=25%>
11 changes: 7 additions & 4 deletions markdown/wiki/going_further/OPTIMIZATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,15 @@ There are lots of ways to optimize your Java Edition experience if it's being sl
OptiFine, previously known as Optimine and OptiFog; is a Minecraft modification created by sp614x, Insecs, Payton147 and lacuravivid in which the development began on December 22, 2010; was a modification originally created about pushing the fog away but also other features; like FPS Boost, Occlussion Culling, Hidden Geometry removal, Texture Mipmaping and Chunk Loading optimizations in the first development/beta versions of Minecraft

### Getting (and installing) OptiFine
- Go to the official OptiFine website; [optifine.net](https://optifine.net).
![websiteIMG](https://media.discordapp.net/attachments/955349865758601266/1035479281960243230/Screenshot_2022-10-28_17-00-12.png)
In Amethyst, create a new profile.

- Depending on what Minecraft version you mainly use, get the specific OptiFine for it. Let's say; I play 1.12.2, so I'll get the latest 1.12.2 OptiFine available.
![1.12.2OFSc](https://media.discordapp.net/attachments/955349865758601266/1035479282627137576/Screenshot_2022-10-28_17-03-03.png)
<img src="./images/OPTIMIZATION/android/OPTIMIZATION1.png" width=20% height=20%>

Then Click on **Create Optfine Profile.**

<img src="./images/OPTIMIZATION/android/OPTIMIZATION2.png" width=20% height=20%>

And pick your version of choice. After picking one, it's download will begin. Wait a moment and you'll be ready to use Optifine!

## Get the most of your device
A github issue has been raised which consists of the ways to get the highest fps possible. [Click Here](https://github.com/PojavLauncherTeam/PojavLauncher/issues/6432)
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ The script can be found [here](https://github.com/sa1672ndo/vs2termux).

## iOS

As of 2025/04/19, Valkyrien Skies 2 can run natively on iOS, due to the implementation of [dylib patching for game dlopen calls](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/commit/ec04885ce5a6d5921db4b162e5e514bc4b035db5). A developer build installation is required from the [actions tab](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/actions) for now, though.
As of 2025/04/19, Valkyrien Skies 2 can run natively on iOS, due to the implementation of [dylib patching for game dlopen calls](https://github.com/AngelAuraMC/Amethyst-iOS/commit/ec04885ce5a6d5921db4b162e5e514bc4b035db5). A developer build installation is required from the [actions tab](https://github.com/AngelAuraMC/Amethyst-iOS/actions) for now, though.

**credits to [kiokori-git](https://github.com/kiokori-git)**
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "AAMC Wiki",
"version": "1.1.0",
"description": "angelauramc.github.io",
"description": "wiki.angelauramc.dev",
"scripts": {
"start": "vuepress dev markdown",
"build": "vuepress build markdown"
Expand Down