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: 7 months 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-01-29T16:12:24.635Z (over 1 year ago)
- Language: C#
- Size: 120 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workable Temperature

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
```