extremeheat

Results 222 comments of extremeheat

No network connection is necessary in single player mode

All that needs to be done is use the existing event emitters. Drop nmp dep and when mineflayer does a write, the event should instead be emitted to flying squid...

No serialization is needed, and when flying squid wants to write it would just go right to mineflayer bot eventemitter

What version is the map? Do you have a link to the map?

The modules are designed to be modular, so they can be independently tested and used for many different purposes. I agree that the docs and how all the packages work...

I tested your world with the prismarine-viewer electron example, and it seems to work fine. What coordinates do you have trouble at? Make sure you set the correct world version...

prismarine-provider-anvil doesn't have the code currently to automatically upgrade worlds. So the version you set the server as, is the version the world is loaded as. PWC will deduce the...

If you get an error there it’s most likely a chunk version issue. You should load the entire map on a server or use a map pregenerator to make sure...

You can join the discord for further discussion. The packages are not supposed to be heavily connected to each other, they’re intended to be independent modules reusable for different purposes....

Hmm, once mojang auth is removed the auth options might as well be `true` or `false` I think. But I do agree with making mojang auth explicit, that way later...