Skip to content

Repository files navigation

Launcher

GitHub Workflow StatusGitHubnpm (scoped)

This library makes creating Minecraft launchers in JavaScript very easy. It'll help you managing all the stuff Minecraft requires like downloading the game and the assets.

Documentation

Installation

Install the package:

$ npm install @minecraft-js/launcher

And then import it in your JavaScript/TypeScript file

const{ mcFolder }=require('@minecraft-js/launcher');// CommonJSimport{mcFolder}from'@minecraft-js/launcher';// ES6

Downloading assets

awaitmcFolder.downloadAssets('1.16.5');// You can put any version here

About

Makes creating Minecraft launchers in JavaScript an easy task

Topics

Resources

Code of conduct

Stars

1 star

Watchers

0 watching

Forks

Releases

Contributors

Languages

Generated from MinecraftJS/template