I try to add smoke to an modded electric furnace entity but without success.
It would be very helpful if some can give me a tip or excample how to solve this because i'm very new in factorio modding and have no idea how to start.
Ty very much
Normal energy source:
Code: Select all
energy_source =
{
type = "electric",
usage_priority = "secondary-input",
emissions = 0.05,
},
(but it looks like it is not implemented for this engery source type )
Code: Select all
energy_source =
{
type = "electric",
usage_priority = "secondary-input",
emissions = 0.05,
smoke =
{
{
name = "smoke",
deviation = {0.1, 0.1},
frequency = 5,
position = {0.0, -0.8},
starting_vertical_speed = 0.08,
starting_frame_deviation = 60
}
}
},
Mod on GitHub
https://github.com/Jan5366x/Factorio-SimpleKiln
The entity I'm talking about:
https://github.com/Jan5366x/Factorio-Si ... tities.lua