Now I'm making mod that removes all the electricity from the game and make all structures working on fuel.
But when I make
Code: Select all
...energy_source =
{
type = "burner",
...
- Lamp
- Radar
- Small pump
- Roboport
that's does not work. I mean, no fuel slot appears. Is it possible this would be fixed in future releases or should I dig into Lua and do some completely new entities by myself?
p.s. I hope I post this question on correct forum, fix me if I did it wrong.