summaryrefslogtreecommitdiff
path: root/tools.lua
AgeCommit message (Collapse)Author
2016-10-18Luacheck cleanups and .luacheckrcAuke Kok
Use `luacheck .` to run luacheck on this mod. Cleaned up luacheck errors.
2016-10-18Intllib (#5)xisd
Support for translation via intllib.
2016-04-12Make the watering can not lose water in creativeC1ffisme
2016-03-13Allow Disabling of Hydration mechanicsbashterm
Disables the hydration mechanics when the user sets the game difficulty to easy in the crops_settings.txt file. This makes the mod much easier to play on easy mode. This was acheived by only executing the parts of the code that pertain to hydration when the hydration variable in settings is set to true. Otherwise the code that does hydration is never executed.