Began working on launching minecraft process. Implementing hash validation for asset downloads. Full integration for the latter will be complete soon.

This commit is contained in:
Daniel Scalzi
2017-04-28 03:59:28 -04:00
parent ef420d4ba6
commit cf0afeb957
4 changed files with 108 additions and 17 deletions

View File

@@ -20,6 +20,7 @@
"async": "^2.3.0",
"electron": "^1.6.5",
"mojang": "^0.4.0",
"promise": "^7.1.1"
"promise": "^7.1.1",
"uuid": "^3.0.1"
}
}