Pierce01 / MinecraftLauncher-core

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

Launch with texturepack #31

Closed d-513 closed 4 years ago

d-513 commented 4 years ago

Is there a way to launch the client with a custom texturepack loaded?

AzureDoom commented 4 years ago

Yes, you want set a default options.txt to be downloaded and have it include resourcePacks:["yourresourcepack.zip"]

Pierce01 commented 4 years ago

Going off of @AzureZhen, you'll need to specify a clientPackage to download those needed files. Check the docs for more info 👌

d-513 commented 4 years ago

ok, thanks