Releases: headlesshq/headlessmc
1.6.2
Fixes the docker image. The jdk17 image we used did not come with any certificates, which caused problems on newer versions.
1.6.1
Fixed the JavaAgent in headlessmc-lwjgl and added a test for it.
1.6.0
-Djoml.nounsafe=true will now be added to the jvm args when the lwjgl flag is used. This fixes crashes on 1.19.3 and can be turned off by setting the hmc.joml.no.unsafe property to false.
1.5.2
-webviewoption for logging in, needs a display--jmvflag for the launch command to set jvm arguments- Fixed parsing for some versions
Fabric/Forge command
HeadlessMc can now install Fabric/Forge by using the Fabric/Forge commands. E.g.:
fabric 1.16.5 or forge 1.12.2 --uid 14.23.5.2859 (without uid the latest version will be downloaded).
As always check HeadlessMc out on docker: https://hub.docker.com/r/3arthqu4ke/headlessmc
1.4.1
Fixes a small issue with the docker image (https://hub.docker.com/r/3arthqu4ke/headlessmc) and tests the new release workflow.
1.4.0
Auth has been revamped a bit, you can allow HeadlessMc to store your access and refresh tokens via hmc.store.accounts=true.
There's now a docker image over at https://hub.docker.com/r/3arthqu4ke/headlessmc 🚀
Some other stuff happened, too.
1.0.7
HeadlessMc can now be used to execute a single command and will exit right after as opposed to constantly listening to commands and waiting for a quit command. This can be done by using the --command arg:
java -jar headlessmc-launcher-....jar --command versions for example will list all versions.
You can also use the hmc.sh or hmc.bat scripts to make it even easier:
hmc versions or hmc launch 0 -id -lwjgl
Test coverage is very nice now, too.
1.0.6
Fixed an issue with the Fabric loader. The newest builds can be found here: https://github.com/3arthqu4ke/HeadlessMc/actions.