mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 00:59:35 -04:00
Update README.md
This commit is contained in:
parent
910f4a46a6
commit
f5fbc3df7d
16
README.md
16
README.md
@ -19,7 +19,7 @@
|
|||||||
- [Credits & Third party components and their licenses](#credits--third-party-components-and-their-licenses)
|
- [Credits & Third party components and their licenses](#credits--third-party-components-and-their-licenses)
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
PojavLauncher is a Minecraft: Java Edition launcher for Android and iOS based on [Boardwalk](https://github.com/zhuowei/Boardwalk). This launcher can launch almost all available Minecraft versions (from rd-132211 to 1.18 snapshots (kinda), including Combat Test versions. Modding via Forge and Fabric are also supported. This repository contains source code for Android. For iOS/iPadOS, check out [PojavLauncher_iOS](https://github.com/PojavLauncherTeam/PojavLauncher_iOS).
|
PojavLauncher is a Minecraft: Java Edition launcher for Android and iOS based on [Boardwalk](https://github.com/zhuowei/Boardwalk). This launcher can launch almost all available Minecraft versions (from rd-132211 to 1.18 snapshots (kinda)), including Combat Test versions. Modding via Forge (up to 1.16.5) and Fabric are also supported. This repository contains source code for Android. For iOS/iPadOS, check out [PojavLauncher_iOS](https://github.com/PojavLauncherTeam/PojavLauncher_iOS).
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
To get started, you can just get prebuilt app from [stable release](https://github.com/PojavLauncherTeam/PojavLauncher/releases) or [automatic builds](https://github.com/PojavLauncherTeam/PojavLauncher/actions). If you want to build after launcher code changes, follow steps below.
|
To get started, you can just get prebuilt app from [stable release](https://github.com/PojavLauncherTeam/PojavLauncher/releases) or [automatic builds](https://github.com/PojavLauncherTeam/PojavLauncher/actions). If you want to build after launcher code changes, follow steps below.
|
||||||
@ -80,13 +80,13 @@ cp jre_lwjgl3glfw/build/libs/jre_lwjgl3glfw-3.2.3.jar app_pojavlauncher/src/main
|
|||||||
- [ ] More...
|
- [ ] More...
|
||||||
|
|
||||||
## Known Issues
|
## Known Issues
|
||||||
- Minecraft `21w10a` or newer are currently not yet supported due to the new GLSL usage.
|
- Minecraft `21w10a` or newer are currently not yet supported due to the new GLSL usage. Fortunately, a workaround is provided and built into the launcher.
|
||||||
- In 1.16 and up spawn eggs banners are white (you can fix this by switching renderer
|
- In 1.16 and up, spawn eggs banners are white (you can fix this by switching renderer
|
||||||
to `gl4es 1.1.5`, only works on 1.16 and up, do not use under this version)
|
to `gl4es 1.1.5`, only works on 1.16 and up, do not use under this version, as the texture
|
||||||
- Controller mods aren't working
|
will bug out when hit a mob)
|
||||||
|
- Controller mods aren't working.
|
||||||
- Random crashes could happen very often on Android 5.x during game load or join world.
|
- Random crashes could happen very often on Android 5.x during game load or join world.
|
||||||
- With big modpacks textures could be messed up
|
- With big modpacks textures could be messed up
|
||||||
- If you're using gl4es 1.1.5 on 1.16 and lower texture will bug out when hit a mob
|
|
||||||
- probably more, that's why we have a bug tracker ;)
|
- probably more, that's why we have a bug tracker ;)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
@ -96,7 +96,7 @@ to `gl4es 1.1.5`, only works on 1.16 and up, do not use under this version)
|
|||||||
Contributions are welcome! We welcome any type of contribution, not only code.
|
Contributions are welcome! We welcome any type of contribution, not only code.
|
||||||
Any code change should be submitted as a pull request. The description should explain what the code does and give steps to execute it.
|
Any code change should be submitted as a pull request. The description should explain what the code does and give steps to execute it.
|
||||||
|
|
||||||
## Credits & Third party components and their licenses
|
## Credits & Third party components and their licenses (if available)
|
||||||
- [Boardwalk](https://github.com/zhuowei/Boardwalk) (JVM Launcher): Unknown License/[Apache License 2.0](https://github.com/zhuowei/Boardwalk/blob/master/LICENSE) or GNU GPLv2.
|
- [Boardwalk](https://github.com/zhuowei/Boardwalk) (JVM Launcher): Unknown License/[Apache License 2.0](https://github.com/zhuowei/Boardwalk/blob/master/LICENSE) or GNU GPLv2.
|
||||||
- Android Support Libraries: [Apache License 2.0](https://android.googlesource.com/platform/prebuilts/maven_repo/android/+/master/NOTICE.txt).
|
- Android Support Libraries: [Apache License 2.0](https://android.googlesource.com/platform/prebuilts/maven_repo/android/+/master/NOTICE.txt).
|
||||||
- [GL4ES](https://github.com/ptitSeb/gl4es): [MIT License](https://github.com/ptitSeb/gl4es/blob/master/LICENSE).<br>
|
- [GL4ES](https://github.com/ptitSeb/gl4es): [MIT License](https://github.com/ptitSeb/gl4es/blob/master/LICENSE).<br>
|
||||||
@ -106,4 +106,4 @@ Any code change should be submitted as a pull request. The description should ex
|
|||||||
- [Mesa 3D Graphics Library](https://gitlab.freedesktop.org/mesa/mesa): [MIT License](https://docs.mesa3d.org/license.html).
|
- [Mesa 3D Graphics Library](https://gitlab.freedesktop.org/mesa/mesa): [MIT License](https://docs.mesa3d.org/license.html).
|
||||||
- [pro-grade](https://github.com/pro-grade/pro-grade) (Java sandboxing security manager): [Apache License 2.0](https://github.com/pro-grade/pro-grade/blob/master/LICENSE.txt).
|
- [pro-grade](https://github.com/pro-grade/pro-grade) (Java sandboxing security manager): [Apache License 2.0](https://github.com/pro-grade/pro-grade/blob/master/LICENSE.txt).
|
||||||
- [xHook](https://github.com/iqiyi/xHook) (Used for exit code trapping): [MIT and BSD-style licenses](https://github.com/iqiyi/xHook/blob/master/LICENSE)
|
- [xHook](https://github.com/iqiyi/xHook) (Used for exit code trapping): [MIT and BSD-style licenses](https://github.com/iqiyi/xHook/blob/master/LICENSE)
|
||||||
|
- Thanks to [MCHeads](https://mc-heads.net) for providing Minecraft avatars.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user