mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 21:47:42 -05:00
Possibly fix native downloading for older versions such as 1.8.9
This commit is contained in:
@@ -96,7 +96,7 @@ public class MinecraftVersionInfo {
|
||||
return "";
|
||||
}
|
||||
|
||||
return "-" + element.getAsString().replace("\"", "");
|
||||
return "-" + element.getAsString().replace("\"", "").replace("${arch}", OperatingSystem.getArch());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user