GeyserMC / Geyser

A bridge/proxy allowing you to connect to Minecraft: Java Edition servers with Minecraft: Bedrock Edition.
https://geysermc.org
MIT License
4.75k stars 686 forks source link

Fix PARTICLES_DRAGON_BLOCK_BREAK translation #5015

Closed RaphiMC closed 2 months ago

RaphiMC commented 2 months ago

Value 61 is no longer the dragon block destroy particle, but the bubble column down particle. This PR fixes the value. image

Before: image After: image

Konicai commented 2 months ago

Is there a way for us to not hardcode the ID?

RaphiMC commented 2 months ago

Is there a way for us to not hardcode the ID?

Yep. Its possible to just use a different particle (Looks the same on the client): https://github.com/GeyserMC/Geyser/pull/5018