
Totally Lit - Candles
A simple server-side mod for Fabric that adds realistic candle behavior. Specifically designed to work with Fabric API.
Main Features
Candles can extinguish under certain circumstances:
- When exposed to rain
- After a certain period of time passes
Game Settings
The mod is configured through game rules that can be changed without server restart. Important: changes apply only to newly placed candles.
Game Rule | Type | Default Value |
---|---|---|
burnDuration | Integer | 18000 |
doCandlesExtinguishInRain | Boolean | true |
doCandlesExtinguishOverTime | Boolean | true |
Note: The burnDuration
parameter must be between 6000
and 168000
ticks.
Development Plans
The developer plans to:
- Add file-based configuration for mod and datapack creators
- Simplify and complete the project before integrating into the main mod version