f66e0fa0e8
Mojang introduced a new structure for natives, notably for LWJGL. Now instead of using the `natives` structure of the version format, Mojang chose to create a seperate library entry for each platform, which uses the `rules` structure to specify the platform. These new split natives carry the same groupId and artifactId, as the main library, but have an additional classifier, like `natives-linux`. When comparing GradleSpecifiers we don't look at the classifier, so when the launcher sees an artifact called `org.lwjgl:lwjgl:3.3.1` and right after that an artifact called `org.lwjgl:lwjgl:3.3.1:natives-linux`, it will treat it as "already added" and forget it. This change will include the classifier in that comparison. |
||
---|---|---|
.. | ||
auth | ||
gameoptions | ||
launch | ||
mod | ||
services | ||
testdata | ||
update | ||
Agent.h | ||
AssetsUtils.cpp | ||
AssetsUtils.h | ||
Component.cpp | ||
Component.h | ||
ComponentUpdateTask_p.h | ||
ComponentUpdateTask.cpp | ||
ComponentUpdateTask.h | ||
GradleSpecifier_test.cpp | ||
GradleSpecifier.h | ||
LaunchProfile.cpp | ||
LaunchProfile.h | ||
Library_test.cpp | ||
Library.cpp | ||
Library.h | ||
MinecraftInstance.cpp | ||
MinecraftInstance.h | ||
MinecraftLoadAndCheck.cpp | ||
MinecraftLoadAndCheck.h | ||
MinecraftUpdate.cpp | ||
MinecraftUpdate.h | ||
MojangDownloadInfo.h | ||
MojangVersionFormat_test.cpp | ||
MojangVersionFormat.cpp | ||
MojangVersionFormat.h | ||
OneSixVersionFormat.cpp | ||
OneSixVersionFormat.h | ||
OpSys.cpp | ||
OpSys.h | ||
PackProfile_p.h | ||
PackProfile.cpp | ||
PackProfile.h | ||
ParseUtils_test.cpp | ||
ParseUtils.cpp | ||
ParseUtils.h | ||
ProfileUtils.cpp | ||
ProfileUtils.h | ||
Rule.cpp | ||
Rule.h | ||
VersionFile.cpp | ||
VersionFile.h | ||
VersionFilterData.cpp | ||
VersionFilterData.h | ||
World.cpp | ||
World.h | ||
WorldList.cpp | ||
WorldList.h |