Age | Commit message (Collapse) | Author |
|
|
|
This will fail launch in the following conditions:
1. A version greater than or equal to Minecraft 17w13a, and less than
21w19a - and the Java version is less than 8.
2. A version greater than or equal to Minecraft 21w19a - and the Java
version is less than 16.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If your OS comes with patched/fixed/newer versions of those,
you can now check the checkboxes and stop using the old ones
shipped by Mojang.
|
|
It's not just components, so the naming needed cleaning up.
|
|
|
|
|
|
|
|
Issues were caused by use of `popen()` with no `pclose()` counterpart...
|
|
importance
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It is realistically a list of components. The fact that it also holds the final
launch parameters is a design bug.
|
|
|
|
Coding blind. Much !!FUN!!.
|
|
This affects classpath and java.library.path.
The catch is that if the strings cannot be expressed in system codepage
on Windows, it tries to use 8.3 paths.
|
|
|
|
|
|
|
|
|
|
|
|
Possibly also some bug fixes.
|
|
It's not entirely clean yet.
|
|
This lets you use commands with parameters.
|
|
|
|
|
|
|
|
|
|
NOISSUE Remove extraneous " from CreateServerResourcePacksFolder.cpp
This did not affect build, but was visible in logs.
|
|
The task now checks the conditions, giving the update process time
to supply all the metadata.
|
|
|
|
|
|
|
|
|
|
Just running the Java process and giving it params on the command line
|
|
Minecraft and Java are not generic.
|