diff options
author | TheKodeToad <TheKodeToad@proton.me> | 2022-10-24 18:21:26 +0100 |
---|---|---|
committer | TheKodeToad <TheKodeToad@proton.me> | 2022-11-08 16:24:55 +0000 |
commit | e68dcea6bcb5830659d17db40fc9a83a4eca9cc0 (patch) | |
tree | 9684169f7752919d05a70445abd1ec0b4e9dde7a /libraries/README.md | |
parent | e4e0c27e1c8317b7287a84dc24b274674c359615 (diff) | |
download | PrismLauncher-e68dcea6bcb5830659d17db40fc9a83a4eca9cc0.tar.gz PrismLauncher-e68dcea6bcb5830659d17db40fc9a83a4eca9cc0.tar.bz2 PrismLauncher-e68dcea6bcb5830659d17db40fc9a83a4eca9cc0.zip |
Various tweaks to the Java component of the launcher
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
Diffstat (limited to 'libraries/README.md')
-rw-r--r-- | libraries/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/README.md b/libraries/README.md index dc38477b..2971e32b 100644 --- a/libraries/README.md +++ b/libraries/README.md @@ -51,10 +51,10 @@ It: This means the process is essentially idle until the final command is sent. You can, for example, attach a profiler before you send it. -A `legacy` and `onesix` launchers are available. +A `legacy` and `standard` launchers are available. - `legacy` is intended for use with Minecraft versions < 1.6 and is deprecated. -- `onesix` can handle launching any Minecraft version, at the cost of some extra features `legacy` enables (custom window icon and title). +- `standard` can handle launching any Minecraft version, at the cost of some extra features `legacy` enables (custom window icon and title). Example (some parts have been censored): @@ -132,7 +132,7 @@ ext /home/peterix/minecraft/FTB/libraries/org/lwjgl/lwjgl/lwjgl-platform/2.9.1/l ext /home/peterix/minecraft/FTB/libraries/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-linux.jar natives /home/peterix/minecraft/FTB/17ForgeTest/natives cp /home/peterix/minecraft/FTB/versions/1.7.10/1.7.10.jar -launcher onesix +launcher standard ``` Available under `GPL-3.0-only` (with classpath exception), sublicensed from its original `Apache-2.0` codebase |