Closed ChloeDawn closed 3 years ago
On further inspection I misread the JSON. It seems there is still osx
in natives
, but the classifier is natives-macos
. It also appears some natives are just absent for certain platforms of each library in my manifest... Unsure if bug.
Here is a copy of the modpack manifest: https://gist.github.com/ChloeDawn/0d09a037acf2dc9c9136fd96ecdc2442
Introduced in ca08bbd, fixed in d0d8ad79eee873c8c6c2dd40fb16ca7b7f7e521a
Launcher version: 3a7c2507366292921a959aec59b31128213704a7 MacOS version: 11.1 (Big Sur)
The launcher cannot provide the correct natives on MacOS because it looks for
osx
natives when onlymacos
natives existThe following natives lookup needs to usehttps://github.com/SKCraft/Launcher/blob/f53ee9b6faf5af222b38da3c1d89b2bbedf4f785/launcher/src/main/java/com/skcraft/launcher/model/minecraft/Library.java#L64"macos"
if"osx"
is null (although I thinkosx
may be entirely redundant now? Unsure.)