Results 21 comments of Omena0

+1, I've been looking for a way to do this and i dont want to just do a raw http request.

This fix worked for me: physics.js:298 ```js if (explosion.playerKnockback) { // 1.21.3+ // Fixes issue #3635 bot.entity.velocity.x += explosion.playerKnockback.x bot.entity.velocity.y += explosion.playerKnockback.y bot.entity.velocity.z += explosion.playerKnockback.z } ``` Havent tested this...

you can do that using the invisible item frames feature

why is this still not fixed this is like mad annoying not knowing if a test fails because its supposed to or because of bad rng

@rom1504 I guess I could look into it but it might take me a while, I really suck at JS and have no idea how the tests work.

im getting this exact same error but the bot is directly next to the table.

> > im getting this exact same error but the bot is directly next to the table. > > I suggest you check the following as I've ran into these...

Please get this done it would be so awesome to be able to see folder sizes and actually search with a good UI.

> Tests fail > > I think we should rather disable a lot more than specifically physics during configuration phases > > And it would be best to add a...

Tests don't seem to pass, might be unrelated as I don't see how this PR changes could cause this. Error seems to be: ``` Error: Don't know how to get...