minecraft-launcher-core-node
minecraft-launcher-core-node copied to clipboard
Provide packages to install Minecraft, launch Minecraft and more to build launcher with NodeJs/Electron!
- > Electron version: 20.0.1 (latest) - > @xmcl/core version: 2.10.1 (latest) My code:  Output: `MissingVersionJson: ENOENT: no such file or directory, open 'C:\Users\User\AppData\Roaming\.minecraft\versions\1.12.2\1.12.2.json'` Why does @xmcl/core remove...
Hi, Managed to get @xmcl/model working (using @xmcl/resourcepack with the default minecraft resource pack) and I've run into an issue with cake. To my knowledge this is the only block...
Basically could be this ` const { loginWithAccessToken } = require('@xmcl/user'); const user = loginWithAccessToken('access_token'); // returns null if access token is invalid // User methods user.username; user.accessToken; `
I might just be blind, but is there any way to log users in using the new Microsoft login system? I didn't find anything in the docs about it.
How do I start minecraft client's like bat mod etc?
Sometime, the installForge test will fail due to bad file descriptor. Need to investigate.
- Use esbuild or swc to build - Use esbuild or swc to speed up test - Use shared create pr action in org
If the first download validation failed, the next retry will have problem with the closed fd.
It prevent the test to pass. Current workaround is to remove the checksum of it.
Like is it .minecraft or is it like the instance (where the saves and resourcepack folders go)