Skip to content

Commit

Permalink
Update README with some changes to suit license
Browse files Browse the repository at this point in the history
Removed shield which was broken
  • Loading branch information
Novampr authored Sep 25, 2024
1 parent 4300399 commit 02b2a9d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Pojlib | Minecraft Launcher Core
# Pojlib HEF | Minecraft Launcher Core Based on [Pojlib](https://github.com/QuestCraftPlusPlus/Pojlib)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
![Lines of code](https://img.shields.io/tokei/lines/github/questcraftplusplus/pojlib?style=flat)

A Minecraft: Java Edition launcher library partially made with elements from PojavLauncher.

Expand All @@ -19,7 +18,10 @@ Make sure your pull request describes exactly what the code does and explains wh


## Credits & Third Party Components
### Developers:
### Pojlib HEF Developers:

* [@Novampr](https://github.com/Novampr) | Maintainer
### Pojlib Developers:

* [@TheJudge156](https://github.com/thejudge156) | Senior Maintainer

Expand All @@ -31,3 +33,12 @@ Make sure your pull request describes exactly what the code does and explains wh
- [PojavLauncher](https://github.com/PojavLauncherTeam/PojavLauncher) (Pojlib Base application): [GNU GPLv3](https://github.com/khanhduytran0/PojavLauncher/blob/master/LICENSE).

- [OpenComposite](https://gitlab.com/znixian/OpenOVR) (Used for OpenVR to OpenXR interpretation): [GNU GPLv3](https://gitlab.com/znixian/OpenOVR/-/blob/openxr/LICENSE.txt).

# Changes compared to Pojlib
- Moved to Wrapper
- Logging in
- Instance Management
- Mod Manager (Currently not reimplemented)
- Added in Pojlib HEF
- Support for FML based loaders (Lex/NeoForge)
- Better API call to launch the game with full parameter control

0 comments on commit 02b2a9d

Please sign in to comment.