Open the entities.lua and do the following,
Replace 129 thru 140 with:
-- Incinerator smoke
trivial_smoke =
{
name = "incinerator-smoke",
color = {r = 0.3, g = 0.3, b = 0.3, a = 0.3},
duration = 150,
spread_duration = 100,
fade_away_duration = 100,
start_scale = 0.4,
end_scale = 1.5,
affected_by_wind = true
}
}
)
Lastly change line 165 to:
trivial_smoke =
Don't forget to change the info.json file to match the version number.