Totally Lit - Candles has been archived. Totally Lit - Candles will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
1.18.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed LGPL-3.0-only
Published 2 years ago
Updated 2 years ago
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.