-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New 1.4.7 project - "Could not resolve org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3" #4
Comments
|
Specifically 1.4.7 contains a weird alternate LWJGL2 dependency for macOS 10.5: The 2.9.1 debug build it pulls in has broken POMs because building LWJGL2 is a nightmare and 2013 Mojang didn't do it correctly.
I question if Voldeloom should even be listening to these dependency declarations — for example, Prism completely ignores them and always subs in the latest 2.9.4 LWJGL2 nightly. |
I made a fork that "fixes" this by checking the I'm not sure if this is the desired solution, though, hence no pull request. |
I'm aware this is still an issue, i just haven't had time to work on voldeloom in a while |
Hi! I'm trying to create a mod for 1.4.7 based off the template in
sample/1.4.7
. However, when I attempt to import the project into IntelliJ, I get the error: "Could not resolve org.lwjgl.lwjgl:lwjgl:2.9.1-nightly-20130708-debug3"The same error can be seen when running
./gradlew runClient --info --stacktrace
manually; here's the output of that: https://gist.github.com/unilock/c3c2705ff9f5fd607a58cffeb3812c41The POM it mentions (at libraries.minecraft.net) appears to have
${project.groupId}
as itsgroupId
and${project.version}
as itsversion
; is that intentional?EDIT: I am using macOS 13.4.2 (aarch64).
The text was updated successfully, but these errors were encountered: