extremeheat

Results 225 comments of extremeheat

I think that some of these should throw an exception, they sound like errors in the user logic, for example not using await. Otherwise I think it's OK with some...

This can be extracted from the source with Burger or a separate extractor, something that was discussed in #290. I think manual data should be avoided most of the time,...

Feel free to work on it, I don’t believe anyone is actively working on 1.19.1/2 so far.

Review the Minecraft Java code diff between 1.19 and 1.19.1 then implement them here https://github.com/extremeheat/extracted_minecraft_data/pull/1/files https://github.com/extremeheat/extracted_mcauthlib/pull/1/files Mainly chat changes

This is not correct fix, as server advertisement would also be incorrect (so we should fix inside server/advertisement). I believe the mechanics of this may have changed from a prior...

Yeah, I don't think this is a problem (minecraft identifies the server with or without a length header) but it's possible this is something that should be handled at RakNet...

I don't see any changes to experiments in https://github.com/PrismarineJS/minecraft-data/pull/631. Did this work on older versions (1.19.20)?

Please open your project folder and go to `node_modules/bedrock-protocol/src/relay.js` and update the line here https://github.com/PrismarineJS/bedrock-protocol/blob/131733fb5ae5234ff0ceb54968662870c89809e5/src/relay.js#L7 to read `const debugging = true` and see if you can reproduce the issue

The objective of the example code is to give provide something that users can copy paste into their projects and work on top of (and understand the library). It's not...

I think if you want something like this it makes sense as an independent example or better as a separate package. I agree that some of the examples that do...