GUI for object
Posted: Tue Oct 18, 2016 3:05 pm
Hello everyone!
Itrying to make lamp, that can work from fuel.
But in game, when I try to add fuel to it i see this

How can I add burner's interface to it, like biler's interface?

Itrying to make lamp, that can work from fuel.
Code: Select all
energy_source =
{
type = "burner",
effectivity = 1,
emissions = 0.02,
fuel_inventory_size = 1,
smoke =
{
{
name = "smoke",
deviation = {0.1, 0.1},
frequency = 5,
position = {0.0, -0.8},
starting_vertical_speed = 0.08,
starting_frame_deviation = 60
}
}
},

How can I add burner's interface to it, like biler's interface?
