Pierce01 / MinecraftLauncher-core

Lightweight module that downloads and runs Minecraft using javascript / NodeJS
MIT License
359 stars 82 forks source link

feat: support packed jar files #27

Closed jaredallard closed 4 years ago

jaredallard commented 4 years ago

What this PR does: Includes a .jar for extracting .pack.xz files since trying to convert the java to js would require a lot of time, and we already have java included on our system(s).

Also removes shelljs for fs-extra since it's much more promise friendly and this is what this package seems to use for the most part.

Closes #26

jaredallard commented 4 years ago

Closing this because a better alternative was discovered in discord, posting here for future reference:

image