CI010

Results 79 comments of CI010

> I've narrowed it down to being the node version. Running it with `12.0.0` works fine. With node `14.0.0` the process immediately exits when you call `ForgeInstaller.install`. That is a...

Can you describe it more? (I don't know how to get username or other from only accessToken). In old protocol, we can have `refresh` operation by input client & access...

I'll investigate this issue this week

I think this commit https://github.com/Voxelum/minecraft-launcher-core-node/commit/6917a7759731944af08c95b4e39a170fb07f9843 should fix the cake model issue (tested on my machine). If you have time, can you try to test other models? I'm not sure if...

> Thanks for this, I'll give this a test either today or tomorrow. > > I've been writing a Minecraft world viewer using this repo to load the worlds/models and...

Sounds good. Did you try the new version? If it works, we can close this issue. For futher discussion about rendering chunk, we can use discord (you can find the...

It's the .minecraft folder which contains the assets, libraries, saves, etc.

You can refer the [launch game section](https://github.com/Voxelum/minecraft-launcher-core-node/blob/master/USAGE.md#launch-game). I'm not sure what is `bat mod` means. Could you please explain more?

Great question. I'm really wondering should I put anything to this repo about the Microsoft login, as the **ideal** process required developer to have an individual azure application. I can...

> > constructor( > > // readonly filename: string, > > public displayName: string, > > Sorry if this is a stupid question: why is `filename` commented? Thanks Ah, this...