Parse version manifest and download forge libraries.

TODO:
Integrate base url propagation.
Integrate PackXZExtract to calculate hashes  of jar.pack.xz files.
OR ammend the distribution spec to accept different hash algos (requires helioslauncher update).
This commit is contained in:
Daniel Scalzi
2020-01-12 03:42:34 -05:00
parent 419a4d5e91
commit 0674bd5808
7 changed files with 149 additions and 24 deletions

5
.vscode/tasks.json vendored
View File

@@ -9,7 +9,10 @@
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
]
],
"presentation": {
"reveal": "silent"
}
}
]
}