fabric-loom
fabric-loom copied to clipboard
Does not work Minecraft 1.16.1 with LWJGW 3.3.2
I downloaded the 1.16.1 template and tried to launch the client from the launch configuration generated by .\gradlew vscode
, but it crashed with the following log:
https://mclo.gs/T3fg5gE
What I found interesting here was that the LWJGL version was 3.3.2 even though the log was for 1.16.1.
If I understand correctly, Minecraft 1.16.1 uses LWJGL 3.2.1 or 3.2.2, and the error in this log seems to be caused by a difference in the version of LWJGL.
ref: https://piston-meta.mojang.com/v1/packages/54fa3af57d041d2771e66d390197b2c0288e697c/1.16.1.json
I created an issue because I don't know how the LWJGL-related libraries under .gradle/loom-cache/natives/1.16.1/windows
are downloaded and deployed here, and I would like to know if there is a way to change this version.