v0.0.1-alpha.8 - Implemented Minecraft Settings Tab.

Implemented minecraft settings tab.
Updated distro index documentation to reflext the file system overhaul.
This commit is contained in:
Daniel Scalzi
2018-06-04 16:28:17 -04:00
parent 0cc861f614
commit 790a3e0e8b
9 changed files with 328 additions and 46 deletions

View File

@@ -1488,11 +1488,9 @@ class AssetGuard extends EventEmitter {
obPath = path.join(this.commonPath, 'libraries', obPath)
break
case 'forgemod':
//obPath = path.join(this.basePath, 'mods', obPath)
obPath = path.join(this.commonPath, 'modstore', obPath)
break
case 'litemod':
//obPath = path.join(this.basePath, 'mods', version, obPath)
obPath = path.join(this.commonPath, 'modstore', obPath)
break
case 'file':