mirror of
https://github.com/TotalFreedomMC/PlayerParticles.git
synced 2025-08-05 20:13:03 +00:00
Update particle spawner
This commit is contained in:
parent
a2b0da8cfb
commit
e87beeced4
5 changed files with 51 additions and 4 deletions
|
@ -80,6 +80,8 @@ public class VersionMapping16 extends VersionMapping {
|
|||
this.put(67, ParticleEffect.DRIPPING_OBSIDIAN_TEAR);
|
||||
this.put(68, ParticleEffect.FALLING_OBSIDIAN_TEAR);
|
||||
this.put(69, ParticleEffect.LANDING_OBSIDIAN_TEAR);
|
||||
this.put(70, ParticleEffect.REVERSE_PORTAL);
|
||||
this.put(71, ParticleEffect.WHITE_ASH);
|
||||
}};
|
||||
}
|
||||
|
||||
|
|
|
@ -71,7 +71,7 @@ public class ParticleHandlerImpl extends ParticleHandler {
|
|||
|
||||
try {
|
||||
for (Player player : players) {
|
||||
protocolManager.sendWirePacket(player, 0x24, bytes);
|
||||
protocolManager.sendWirePacket(player, 0x23, bytes);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
ex.printStackTrace();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue