Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bedrock player does not receive knockback when an entity with a negative explosion range affects the player. #5227

Open
S-SHI777 opened this issue Dec 14, 2024 · 2 comments

Comments

@S-SHI777
Copy link

S-SHI777 commented Dec 14, 2024

Describe the bug

In the Java client, an entity with a negative explosion range can knockback a player when it acts on the player, but this is not possible in the Bedrock client.
This feature is used in datapacks and other applications, so not being able to do this is inconvenient.

To Reproduce

  1. Install a data pack on the server that adds the ability to act on the player with an entity that has a negative explosion range. (In this case, I will install Playermotion: https://github.com/MulverineX/player_motion )
  2. Execute the following two commands
    scoreboard players set $strength player_motion.api.launch 10000
    (This specifies the strength of the blowout, so it is only executed once.)
    function player_motion:api/launch_looking
    3.The Java player should be knocked back when the function command is executed, but the Bedrock player is not.

Expected behaviour

Knock back the player in the same way as a Java client.

Screenshots / Videos

report1.mp4

Client's version in video:.
Java : 1.21.3
Bedrock : 1.21.51

Server Version and Plugins

Paper: 1.21.3-81
Geyser: 2.6.0-b730
Floodgate: 2.2.3-SNAPSHOT
Viaversion: 5.2.0

Geyser Dump

https://dump.geysermc.org/7GOqdOXUyTlaTon2Uc51hnofj6P4fYVq

Geyser Version

2.6.0-b730

Minecraft: Bedrock Edition Device/Version

Windows 11

Additional Context

No response

@onebeastchris
Copy link
Member

Does it work correctly for 1.21.4 Java clients?

@S-SHI777
Copy link
Author

Works fine with Java 1.21.4 client.

@S-SHI777 S-SHI777 changed the title The bedrock player is not blown up by the negative explosion range of the entity. Bedrock player does not receive knockback when an entity with a negative explosion range affects the player. Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants