Completed steps up to downloading forge universal jar for 1.8-1.12.

Next step is processing the version.json and transforming it into a deliverable module.
This commit is contained in:
Daniel Scalzi
2020-01-12 01:36:36 -05:00
parent baea8e657c
commit 419a4d5e91
14 changed files with 251 additions and 30 deletions

7
.vscode/launch.json vendored
View File

@@ -8,7 +8,12 @@
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}\\dist\\index.js",
"program": "${workspaceFolder}\\src\\index.ts",
"args": [
"test",
"1.12.2",
"14.23.5.2847"
],
"preLaunchTask": "compile",
"outFiles": [
"${workspaceFolder}/dist/**/*.js"