Karang

Results 49 comments of Karang

By the look of it, it seems to be a different blending mode and not simply a different oppacity. I've changed the blending mode to multiply which i think is...

Use https://github.com/u9g/McDataExtracting for extracting

This can be also used to render the correct cursor shape.

This is indeed interesting, but it isn't really an issue for the web-client ? IMO it should be an independent plugin.

> Couldn't people just recompile the code (or even inspect element depending on how we do it) to bypass the 5 second wait time? That would take more time and...

Indeed, it looks likes it's copying a bunch of useless stuff too. https://github.com/PrismarineJS/prismarine-web-client/blob/master/webpack.common.js#L72 also copy sub-directories while we are only interested in the .png at the root (and maybe some...

Yes the first steps of the work are in pworld. We also need a modification of pviewer to allow this kind of data transfer: server => bot worker => pviewer...

That's probably not needed anymore as we fixed the issue with the network.

Do we have evidences that the mineflayer bot is causing some issues ? Having it in a worker would be way less convenient for everything so i don't think we...

> A bungee wouldn't be necessary. That's wasting CPU handling packets. We could just probably create a new pviewer or something like that That's exactly what i'm suggesting. I was...