Pierce01 / MinecraftLauncher-core

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

Custom Minecraft args won't work #39

Closed grallc closed 4 years ago

grallc commented 4 years ago

Because Custom Minecraft arguments (for MCP maily) won't work using options.customArgs, because Minecraft arguments have to be after the -cp.

Therefore, an options.customLaunchArgs options might be added.

Pierce01 commented 4 years ago

Yep, will add this :) thank you!