A simple server-side mod developed for Fabric. Requires Fabric API!
Features
- Extinguish candles
- when rained on,
- as time passes.
- Configuration per-world through gamerules.
Planned
- Implement file-based configurations for modders, modpack creators, and datapack wizards.
- Simplify and complete project before packaging (JiJ) up into original mod Totally Lit.
Configuration
Changing these gamerules doesn't require you to restart your server (or client). But only newly placed candles will take the changes applied.
| Gamerule | Type | Default |
|---|---|---|
| burnDuration | Integer | 18000 |
| doCandlesExtinguishInRain | Boolean | true |
| doCandlesExtinguishOverTime | Boolean | true |
NOTE: The burnDuration gamerule must be between 6000 and 168000 ticks.
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 4 years ago
