Geyser icon indicating copy to clipboard operation
Geyser copied to clipboard

dragon breath doesn't show for bedrock users

Open ghost opened this issue 2 months ago • 3 comments

Describe the bug

dragon breath doesn't show for bedrock users

To Reproduce

spawn dragon breath

world.spawnParticle(Particle.DRAGON_BREATH, location, 20, radius, 0, radius, radius / 100, null, true);

Expected behaviour

should show, or at least a substitute particle if bedrock doesn't have dragon breath

Screenshots / Videos

No response

Server Version and Plugins

This server is running Paper version git-Paper-"4445d23" (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: 4445d23)

Geyser Dump

No response

Geyser Version

Geyser version 2.2.3-SNAPSHOT (git-master-5151c25) (Java: 1.20.4, Bedrock: 1.20.40/1.20.41 - 1.20.70/1.20.73)

Minecraft: Bedrock Edition Device/Version

1.20.51

Additional Context

No response

ghost avatar Apr 17 '24 11:04 ghost

Also, decomposing potions do not remove particles на сервере просто частица разбивания раздражения нету Screenshot_2024-04-18-13-58-36-50_f8fd1078177946a48e3bf72524b2fb88 Screenshot_2024-04-18-14-03-06-63_f8fd1078177946a48e3bf72524b2fb88

OurLobanov avatar Apr 18 '24 11:04 OurLobanov

Might be resolved by https://github.com/GeyserMC/Geyser/commit/29a613b85c59f030bcfbaf9f1b80b1fe1a8a2aba - could you update Geyser to the latest version and re-test?

onebeastchris avatar May 05 '24 23:05 onebeastchris

image Particles decomposition correction work not checked by world.spawnParticle(Particle.DRAGON_BREATH, location, 20, radius, 0, radius, radius/100, null, true);

OurLobanov avatar May 16 '24 10:05 OurLobanov