[Request] [Mod-Compat] Heat and Thirst <-> Tough as Nails
rvveber opened this issue ยท 3 comments
It looks like temperature has not been added yet.
here is a suggestion, if you are thinking about adding it:
Check the presence of the Tough as Nails mod, and if it is available interact with its API to synchronize between
their data and and add data via your events.
Source for the API can be found here: https://github.com/Glitchfiend/ToughAsNails
So that drinks from 7 days to mine would fill the thirst meter of though as nails, and armor or biomes would interact with the heatmeter.
I see that TAN has a file in the config folder called drink_stats.json, where you can specify what items are drinkable and their hydration value, poison chances, etc... There are also similar files for blocks and armors.
So the best thing would be having an option in my config to disable my thirst system and then let players add the modded items/blocks to these files.