Lorenz Wrobel
Lorenz Wrobel
Should fix #289 when done
Currently, minestom assumes the instant break ability allows a player to instantly break all blocks. The vanilla client doesn't though. The entire instantbreak/instabuild ability is very unclear, not affecting block...
Waiting for https://github.com/Minestom/MinestomDataGenerator/pull/30 Also gonna have to remove logging, keeping it in rn until testing finishes But basically finished if no bugs arise
waiting for build to finish, then dropping commit
@mworzala ?
#2340 has a complete calculation for break speed and fixes the issue with insta mining
I can make a PR but I'd need to know how this should be addressed
I have a workaround, which is neither future proof nor very nice: Optimized as much as I could, but it's ugly... Basically I cancel all packets by extending the Player...
Is there something holding this up or is this PR scrapped? I kinda need to know this for #2654, especially the `Chunk implements Viewable` is interesting to me. Since the...
Got any idea why the macos PlayerMovementIntegrationTest is failing? I didn't change any existing code lol