This plugin makes candles last forever without running out of light.
Recommended Plugins
- Undying Wall Torches - Removes durability loss from wall torches.
Harmony Hooks
The following hooks are implemented via Harmony patches:
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.