minecraft-launcher-core-node icon indicating copy to clipboard operation
minecraft-launcher-core-node copied to clipboard

Provide packages to install Minecraft, launch Minecraft and more to build launcher with NodeJs/Electron!

Results 38 minecraft-launcher-core-node issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm having a problem when running the project with minecraft-launcher-core-node imports. I'm using this repository as an initial template: https://github.com/maximegris/angular-electron ![image](https://user-images.githubusercontent.com/37886774/113977152-8b619f80-9818-11eb-90e9-5b50ea7ce2f2.png) But just importing the packages and using a function...

```typescript const minecraft = path.resolve(__dirname, 'client') try { const res = await ForgeInstaller.install({ version: '31.2.9', mcversion: '1.15.2' }, minecraft) console.log(res) } catch (err) { console.log(err) } console.log('done') ``` Running the...

As @ShirasawaSama requested, implementing the http2 to the HttpDownloader in @xmcl/installer.

It seems that parsing versions installed by custom Minecraft launchers is broken. I installed my versions using custom Minecraft launcher -- TLauncher, but I couldn't get them to work with...

bug
not repro

This issue will list the thing I'm currently doing or planning to do, but there is no guarantee for a date to deliver these... - [x] A better fabric metadata...

I just found this repository while doing the whole "this must have been done before"-search for a project I'm working on, and I have to say it looks very promising...

# Demo bug №1 On your docs website, there is a preview of a skin and a grass block. It is possible to zoom too far out (or in) so...

bug

When I use ``` handle.cancel() ``` It will trigger a CancelledError, but I don't know how to catch it. Such as: catch caught nothing ``` handle.wait().then(() => { console.log('Assets files...

Currently, we only support WorldInfo reading. Though, we want the basic level of modification on the WorldInfo. (We already have a strong NBT support, which makes this much easier) This...

enhancement

If you `console.log` a task and try opening it, you will see `children`, but you can find it again in the object, and again, and again making a loop. This...