Update particle spawner

This commit is contained in:
Esophose 2020-06-13 14:30:47 -06:00
parent a2b0da8cfb
commit e87beeced4
5 changed files with 51 additions and 4 deletions

View file

@ -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);
}};
}

View file

@ -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();