Skip to content

Releases: 3arthqu4ke/headlessmc

1.7.2

23 Jul 12:49
5a1f27c
Compare
Choose a tag to compare

Fixed that the fat jars did not include the necessary libraries

1.7.1

20 Jun 20:13
c80caff
Compare
Choose a tag to compare

Forge 1.20.1 needed some extra support which this release provides.

1.7.0

19 Jun 21:56
5f8ad8a
Compare
Choose a tag to compare

Support for Minecraft 1.20

1.6.2

01 Feb 21:56
d636821
Compare
Choose a tag to compare

Fixes the docker image. The jdk17 image we used did not come with any certificates, which caused problems on newer versions.

1.6.1

12 Jan 16:58
Compare
Choose a tag to compare

Fixed the JavaAgent in headlessmc-lwjgl and added a test for it.

1.6.0

12 Jan 15:56
Compare
Choose a tag to compare

-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

05 Aug 08:17
2b2dea6
Compare
Choose a tag to compare
  • -webview option for logging in, needs a display
  • --jmv flag for the launch command to set jvm arguments
  • Fixed parsing for some versions

Fabric/Forge command

25 Jul 21:39
3f5bafb
Compare
Choose a tag to compare

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

17 Jul 15:38
e9cb6e0
Compare
Choose a tag to compare

Fixes a small issue with the docker image (https://hub.docker.com/r/3arthqu4ke/headlessmc) and tests the new release workflow.

1.4.0

17 Jul 14:08
f823f6e
Compare
Choose a tag to compare

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.