A Vintage Story mod that displays the remaining burn time when hovering over placed torches.
- Shows real-time remaining burn time in the torch tooltip
- Works with all lit torch types
- Calculates actual time remaining by accounting for elapsed game time between updates
Download the latest TorchTime_v*.zip from the Releases directory and place it in your Vintage Story mods folder:
- Linux (Flatpak):
~/.var/app/at.vintagestory.VintageStory/config/VintagestoryData/Mods/ - Linux (native):
~/.config/VintagestoryData/Mods/ - Windows:
%appdata%/VintagestoryData/Mods/
- Vintage Story 1.21.6+
# Build the mod (creates zip in Releases/)
./build.sh
# Install to your local Vintage Story mods folder
./install.sh
# Build and install in one step
./build.sh && ./install.shRequires .NET 8.0 SDK.
Torch Time uses Harmony to patch Block.GetPlacedBlockInfo() at runtime, adding burn time information to the tooltip of lit torches. Since the game only updates burn state periodically, the mod interpolates the actual remaining time using elapsed game time for a smooth countdown display.
All rights reserved.