https://github.com/thepuzzlemaker/workabletemp
A Vintage Story mod to show the workable temperature for all workable items.
https://github.com/thepuzzlemaker/workabletemp
Last synced: about 1 month ago
JSON representation
A Vintage Story mod to show the workable temperature for all workable items.
- Host: GitHub
- URL: https://github.com/thepuzzlemaker/workabletemp
- Owner: ThePuzzlemaker
- License: mit
- Created: 2021-12-11T04:11:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-12T02:05:27.000Z (over 4 years ago)
- Last Synced: 2025-11-05T01:04:15.591Z (9 months ago)
- Language: C#
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workable Temperature
**OBSOLETE**: use [Extra Info](https://mods.vintagestory.at/extrainfo)

A [Vintage Story](https://vintagestory.at) mod to show the workable temperature for all workable items.
This mod is licensed under MIT. Contributions (including translations) are welcome!
This mod patches the base game, so if it causes any incompatibilities with other mods, please let me know.
This mod is client-side only.
## Building
```shell
$ dotnet build -c Release
# Or whatever path for your OS
$ cp bin/WorkableTemp.zip ~/.config/VintagestoryData/Mods
```