double px = x + rand.nextFloat();
double py = y - 1.05D;
double pz = z + rand.nextFloat();
EntityFX fx = new EntityDropParticleFX(world, px, py, pz, particleRed, particleGreen, particleBlue);
FMLClientHandler.instance().getClient().effectRenderer.addEffect(fx);
}
}