Fix PARTICLES_DRAGON_BLOCK_BREAK translation (#5015)

This commit is contained in:
RK_01 2024-09-02 22:08:43 +02:00 committed by GitHub
parent 1ab3f1f2e0
commit 74034f0783
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -293,7 +293,7 @@ public class JavaLevelEventTranslator extends PacketTranslator<ClientboundLevelE
}
case PARTICLES_DRAGON_BLOCK_BREAK -> {
effectPacket.setType(org.cloudburstmc.protocol.bedrock.data.LevelEvent.PARTICLE_GENERIC_SPAWN);
effectPacket.setData(61);
effectPacket.setData(65);
}
case PARTICLES_WATER_EVAPORATING -> {
effectPacket.setType(org.cloudburstmc.protocol.bedrock.data.LevelEvent.PARTICLE_EVAPORATE_WATER);