This plugin makes candles last forever without running out of light.
Developer Hooks
C#:
object OnCandleUpdateInvokes(Candle candle)
- Called before the candle updates its state. Useful for overriding default behavior to keep candles lit indefinitely.
- Returning a non-null value prevents the candle from updating its state. Returning null allows it.