Switch to Dust particle in highlight low stock
This commit is contained in:
parent
7f3f01eda3
commit
24581b5caa
|
|
@ -85,7 +85,7 @@ public class CheckStockCommand implements Subcommand {
|
|||
|
||||
//Stole this code from AlttdUtility by ___Kappa___ and reworked it slightly
|
||||
private void highlightLowStock(Player player, List<Stock> stockList) {
|
||||
ParticleBuilder particleBuilder = new ParticleBuilder(Particle.LARGE_SMOKE);
|
||||
ParticleBuilder particleBuilder = new ParticleBuilder(Particle.DUST);
|
||||
particleBuilder.color(255, 255, 255);
|
||||
particleBuilder.receivers(player);
|
||||
particleBuilder.count(3);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user