local cfg1 = require("config.config-1")



data:extend
{
  {
    type = "flying-text",
    name = cfg1.AC_flying_text,
    flags = {"not-on-map", "placeable-off-grid"},
    time_to_live = 300, --150,
    speed = 0, --0.05,
    text_alignment = "center"
  },
}

이 부분에서 
No loader found for "flying-text". "flying-text" is not a valid prototype type.
란 오류가 뜨는데 어떻게 해야 할까요?