Updated dependencies (delete node_modules, npm install), included windows page script, changed to ejs (for now), initial work on the new design.

This commit is contained in:
Daniel Scalzi
2017-08-27 01:13:48 -04:00
parent 6a44694a32
commit 582ea96dfe
15 changed files with 86 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ const fs = require('fs')
const mkpath = require('mkdirp');
function launchMinecraft(versionData, forgeData, basePath){
const authPromise = mojang.auth('nytrocraft@live.com', 'applesrsogood123', uuidV4(), {
const authPromise = mojang.auth('email', 'pass', uuidV4(), {
name: 'Minecraft',
version: 1
})