Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit e207e33

Browse files
Dev1ss0whal-whalessa1672ndoItAnthon
authored
fixed couple things (#210)
* Update PROBLEMATIC-MODS-COMMON-FIXES.md Signed-off-by: Dev1ss0 <[email protected]> * Update ZINKNOTWORKING.md Signed-off-by: Dev1ss0 <[email protected]> * Update MCVERS.md Signed-off-by: Dev1ss0 <[email protected]> * Update RENDERERS.md Signed-off-by: whal-whales <[email protected]> * Update config.js Signed-off-by: Dev1ss0 <[email protected]> * Delete NOTCHFIX.md Signed-off-by: Dev1ss0 <[email protected]> * Delete ZINK.md Signed-off-by: Dev1ss0 <[email protected]> * added tut for fixing create, added mekanism and quartz Signed-off-by: sa1672ndo <[email protected]> * fogor to add create fabric link Signed-off-by: sa1672ndo <[email protected]> * Update INSTALL.md updated iOS versions Signed-off-by: ItAnthon <[email protected]> * Update MODS-UNSUPPORTED.md cleaned up some stuff and added couple of mods Signed-off-by: sa1672ndo <[email protected]> * Updated "Foxglove" release Signed-off-by: Dev1ss0 <[email protected]> * Update JIT.md update text Signed-off-by: ItAnthon <[email protected]> * Update INSTALL.md might update that jailbroken section later to just recommend using TrollStore Lite or TrollStore for sideloading… theres no point in using AltStore jailbroken for example Signed-off-by: ItAnthon <[email protected]> --------- Signed-off-by: Dev1ss0 <[email protected]> Signed-off-by: whal-whales <[email protected]> Signed-off-by: sa1672ndo <[email protected]> Signed-off-by: ItAnthon <[email protected]> Co-authored-by: whal-whales <[email protected]> Co-authored-by: sa1672ndo <[email protected]> Co-authored-by: ItAnthon <[email protected]>
1 parent 00922ed commit e207e33

File tree

11 files changed

+53
-22
lines changed

11 files changed

+53
-22
lines changed

.vuepress/config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,7 @@ module.exports = {
121121
'JAVARUNTIMES', // Installing Java runtimes manually.
122122
'JARCRASHED', // Crash when executing a jar.
123123
'32BIT', // Platform and performance limitations. (32bit)
124-
'NOTCHFIX', // Pojav's notch-detection system on crap chinese spinoff phones.
125124
'FFMPEG', // Setting up FFMPEG, for Replay Mod.
126-
'ZINK', // What's Zink, and why it's not what you think.
127125
'SHADERS', // Look what we got here.
128126
'RENDERERS', // I have no idea what they do and why PojavLauncher needs it.
129127
]

INSTALL.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,18 +55,16 @@ Note: **Enable URL Schemes in TrollStore settings.**
5555

5656
- 14.0 to 16.6.1
5757
- 17.0
58-
- 16.7 to 16.7.8 (*)
59-
- 17.0.1 to 17.5.1 (*)
60-
- 18 b1 to 18 b4 (*)
58+
- 16.7 to 16.7.10 (*)
59+
- 17.0.1 to 17.7 (*)
60+
- 18.0 (*)
6161

6262
(*) - requires the palera1n jailbreak
6363

6464
#### For arm64e, TrollStore is compatible with the following iOS versions:
6565

6666
- 14.0 to 16.6.1
67-
- 17.0 (*)
68-
69-
(*) - No installation method at the moment.
67+
- 17.0
7068

7169
1. Follow these steps to install [TrollStore](https://github.com/opa334/TrollStore).
7270

@@ -81,15 +79,15 @@ You can now enjoy Minecraft: Java Edition on your iDevice!
8179
::: details Sideloading (Jailed)
8280
**Requires an active Apple ID, that has signed into the [Apple Developer Program](https://developer.apple.com/account).**
8381

84-
PojavLauncher supports being sideloaded with AltStore, Sideloadly, and Xcode. Instructions to use AltStore are below--for other options, refer to their documentation.
82+
PojavLauncher supports being sideloaded with AltStore and SideStore. Instructions to use AltStore are below--for other options, refer to their documentation.
8583

8684
1. Follow the official guide on installing AltStore itself:
8785
- Instructions for [Mac](https://faq.altstore.io/getting-started/how-to-install-altstore-macos) and [Windows](https://faq.altstore.io/getting-started/how-to-install-altstore-windows)
8886

8987
2. Install the latest release using this [Install with AltStore](altstore://install?url=https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases/latest/download/net.kdt.pojavlauncher.ipa) button.
9088
- For a specific release, you can find its button on the [Releases](https://github.com/PojavLauncherTeam/PojavLauncher_iOS/releases) page
9189

92-
Installing PojavLauncher is not the end for iOS devices. In order to play Minecraft itself, you will need to [enable JIT](./JIT.md).
90+
Installing PojavLauncher is not the end for Jailed iOS devices. In order to play Minecraft itself, you will need to [enable JIT](./JIT.md).
9391
:::
9492

9593
::: details Sideloading (Jailbroken)

JIT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ If you sideload normally, you will need to enable JIT in some way. The most comm
2121

2222
The only downside to this method is that you are required to be connected to a WiFi network in order to enable JIT. (*)
2323

24-
(*) - Enabling JIT on iOS 17.0.1+ & iOS 18 betas (at the moment) can only be enabled through AltJIT (macOS only) or SideJITServer, which requires a computer (Windows, MacOS and Linux only). This is because these methods utilize pymobiledevice3 to enable JIT due to changes in iOS.
24+
(*) - Enabling JIT on iOS 17.0.1+ & iOS 18 betas (at the moment) can only be enabled through different various methods listed below that utilize pymobiledevice3 to enable JIT due to changes in iOS.
2525

2626
## What are the methods to enable JIT?
2727

MCVERS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Thanks to the hard work from PojavLauncherTeam, both the Android and the iOS por
99
## Android
1010
Current issues, as of the Foxglove update:
1111

12+
- 3d shareware build is broken with gl4es due to shader compilation errors.
13+
1214
## iOS
1315
Current issues, as of the v2.2 Deepslate update:
1416

MODS-UNSUPPORTED.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Not everything that works on PC works on PojavLauncher. Below is a non-exhaustiv
1919
- **Xiaomi Poco X5 Pro** (Snapdragon 778G)
2020
- **Xiaomi Redmi Note 8** (Snapdragon 665)
2121
- **Oppo A53** (Snapdragon 460)
22+
- [Distant Horizons(2.0> only)](https://modrinth.com/mod/distanthorizons/versions)
23+
- [install this mod](https://www.mediafire.com/file/t9ipmw6af750efi/UNZIP-ME_DH-2.0_android-patch_fabric-forge_1.16.5-1.21.zip/file)
2224

2325
## Skyblock Mods
2426
- [Essential](https://essential.gg/)
@@ -37,10 +39,16 @@ Not everything that works on PC works on PojavLauncher. Below is a non-exhaustiv
3739
- Almost all of them don't work because they aren't made with Android's inputs in mind
3840

3941
## Other Mods
42+
- [WebDisplays](https://www.curseforge.com/minecraft/mc-mods/webdisplays)
43+
- [Axiom](https://modrinth.com/mod/axiom)
44+
- [Mekanism](https://www.curseforge.com/minecraft/mc-mods/mekanism)
45+
- Use angle/zink renderer.
46+
- [Quartz](https://www.curseforge.com/minecraft/mc-mods/quartz)
4047
- [Legacy4J](https://modrinth.com/mod/legacy4j)
4148
- Set `selectedControllerHandler` in options.txt to 0
42-
- [Create](https://www.curseforge.com/minecraft/mc-mods/create)
43-
- Disable Flywheel.
49+
- Create [**(Forge)**](https://www.curseforge.com/minecraft/mc-mods/create) [**(Fabric)**](https://modrinth.com/mod/create-fabric)
50+
- On gl4es disable flywheel by running "/flywheel backend off" in game (Only works on phones with an adrenos GPUs)
51+
- Or use angle/zink renderer.
4452
- [Flywheel](https://www.curseforge.com/minecraft/mc-mods/flywheel)
4553
- [Physics Mod](https://www.curseforge.com/minecraft/mc-mods/physics-mod)
4654
- [Scannable](https://www.curseforge.com/minecraft/mc-mods/scannable)
@@ -58,12 +66,12 @@ Not everything that works on PC works on PojavLauncher. Below is a non-exhaustiv
5866
- FFMPEG is wrongly placed
5967
- [Dynamic Surroundings](https://www.curseforge.com/minecraft/mc-mods/dynamic-surroundings)
6068
- White textures on 1.12
61-
- Sex mod **(thanks *@Adiixyz*)**
6269
- [Immersive Vehicles](https://www.curseforge.com/minecraft/mc-mods/minecraft-transport-simulator)
6370
- Only broken on Forge
6471
- [Immersive Engineering](https://www.curseforge.com/minecraft/mc-mods/immersive-engineering)
6572
- Works on 1.12
6673
- [Immersive Portals](https://www.curseforge.com/minecraft/mc-mods/immersive-portals-mod)
74+
- Use zink renderer.
6775
- [Immersive Railroading](https://www.curseforge.com/minecraft/mc-mods/immersive-railroading)
6876
- [Immersive Engineering](https://www.curseforge.com/minecraft/mc-mods/immersive-engineering)
6977
- [DiscordRPC](https://www.curseforge.com/minecraft/mc-mods/discordrpc)

NOTCHFIX.md

Whitespace-only changes.

PROBLEMATIC-MODS-COMMON-FIXES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Problematic mods and common fixes
12
# RLCraft
23

34
### In order to run RLCraft you have to remove these mods:

RENDERERS.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@ Minecraft runs on OpenGL, and mobile devices generally only support OpenGL ES (G
66
- Supports OpenGL 2.1 and has shader converting capabilities, thus makes up for about 1/8 of the OpenGL 3.x standard.
77
- Works on all versions of vanilla Minecraft.
88
### A screenshot of Holy GL4ES running Minecraft 1.21.1
9-
![holygl4es](https://cdn.discordapp.com/attachments/729671788187091024/1287348906983952497/2024-09-22_12.32.23.png?ex=66f28a19&is=66f13899&hm=63c6388b26f3cc1d4fbe67d74216de09ccb5a0ad0b27d0a18004dc9d67ad81c7&)
9+
![holygl4es](https://raw.githubusercontent.com/whal-whales/random-imgs-repo-for-stuff/refs/heads/main/2024-09-22_12.32.23.png)
1010
## ANGLE
1111
- Slower than Holy GL4ES(*), runs on Vulkan. Should be used only in specific cases, where a server resource pack or a mod fails to run due to missing OpenGL extensions.
1212
- Supports OpenGL 3.2 only.
1313
- Only works on Minecraft 1.17+
1414
> On iOS devices, ANGLE can provide faster performance than Holy GL4ES.
1515
1616
### A screenshot of ANGLE running Minecraft 1.21.1
17-
![angle](https://cdn.discordapp.com/attachments/729671788187091024/1287348906191093811/Screenshot_20240922_124430_PojavLauncher_Minecraft_Java_Edition_for_Android.jpg?ex=66f28a19&is=66f13899&hm=88e553848a800ce70b019fded18cbdfbe62b64fcdc1201c491966e74011b3938&)
18-
17+
![angle](https://raw.githubusercontent.com/whal-whales/random-imgs-repo-for-stuff/refs/heads/main/Screenshot_20240922_124430_PojavLauncher%20(Minecraft%20Java%20Edition%20for%20Android).jpg)
1918
## Zink
20-
- Slow. It's only useful for mods that don't run due to missing OpenGL extensions and for running shaders.
21-
- Supports OpenGL 4.5 on Adreno GPUs with Turnip, and OpenGL 3.3 on Mali GPUs. Adreno GPUs without Turnip **will** experience significant bugs or crashes when using Zink.
19+
- Mid. It's only useful for mods that don't run due to missing OpenGL extensions and for running shaders.
20+
- Supports OpenGL 4.5 on Adreno GPUs with Turnip, and OpenGL 3.1/3.2(*) on Mali GPUs. Adreno GPUs without Turnip
21+
**will** face crashes when using Zink.
2222
- Works on all vanilla versions of Minecraft.
2323

24+
> (*) Most Mali GPUs can only run OpenGL 3.1
25+
2426
### A screenshot of Zink running Minecraft 1.21.1
25-
![Zink](https://cdn.discordapp.com/attachments/729671788187091024/1287348906606461000/2024-09-22_12.38.14.png?ex=66f28a19&is=66f13899&hm=9f1dc738d286463d1d2fcf7e9b055c06da027353ace6ddad043c22667b2d8f1f&)
27+
![Zink](https://raw.githubusercontent.com/whal-whales/random-imgs-repo-for-stuff/refs/heads/main/2024-09-22_12.38.14.png)

ZINK.md

Whitespace-only changes.

ZINKNOTWORKING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Zink doesn't work
22
If Zink worked for you before the `foxglove` update, this might get it running on your device. It doesn't help on devices which don't fulfill the base Zink requirements.
33

4-
**/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/custom_env.txt**
4+
**/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/custom_env.txt**
55
(if this file does not exist, create it)
66

77
```

0 commit comments

Comments
 (0)