
So I'm trying to make a mod and this pops up. All that exists is a fluid.
here's item.lua:
Code: Select all
data:extend (
  {
    {
      type = "fluid",
      name = "liquid-fuel",
      icons = "QwrtMod_0.1.0/graphics/icons/fuel.png",
      icon_size = 32,
      default_temperature = 25,
      max_temperature = 200,
      base_color = {0.6, 0.47, 0.03},
    },
  }
)





