0ptera / Lighted-Poles-Plus

MIT License
2 stars 6 forks source link

[Suggestion] Use the light property of power poles instead of creating lamps #3

Closed Bilka2 closed 3 years ago

Bilka2 commented 4 years ago

Electric poles can have a light set directly on the prototype (https://wiki.factorio.com/Prototype/ElectricPole#light), so you don't have to do any dummy entity shenanigans to get lighted power poles :D

0ptera commented 4 years ago

Does minimum_darkness make light act according to day/night cycle or is that name misleading? If light doesn't turn off during day it'd look silly, but I could live with it.

What I can't live with is lighted poles without energy consumption. If I have to simulate consumption I might as well keep the lamps.

Bilka2 commented 4 years ago

Does minimum_darkness make light act according to day/night cycle?

Yes.

What I can't live with is lighted poles without energy consumption. If I have to simulate consumption I might as well keep the lamps.

I didn't realize that the lights should use power, that definitely throws a wrench into my idea.