There is something wrong in their lua code that references the need for it in the electric-furnace (recipe). Until that is fixed, this mod cannot be used without SE.
the error is because of this block in the burner.lua file
{
type = "recipe",
name = "electric-furnace",
enabled = false,
ingredients = {
{"advanced-circuit", 5},
{"se-heat-shielding", 2}, <-- this line needs to be removed
{"steel-plate", 8}
},
result = "electric-furnace"